export declare class FindByIdOptions { select?: string | string[]; populate?: string | string[]; withExpiry?: boolean; transcoder?: any; timeout?: number; lean?: boolean; constructor(data: FindByIdOptions); }