export namespace SEARCH_DEFAULTS { let skip: number; let limit: number; namespace sort { let field: string; let order: string; } } export const POPULATE_MAX_DEPTH: 5; //# sourceMappingURL=const.d.ts.map