export declare class GetServiceQueryDto {
    keyword?: string;
}
