import { FindByIdOptions } from './find-by-id-options.interface';
export declare type GetByIdOptions<DTO> = FindByIdOptions<DTO>;
