import { Filterable } from './filterable.interface';
export declare type FindByIdOptions<DTO> = Filterable<DTO>;
