import type { ObjectLiteral } from '../../types'; import type { FieldsParseOptions } from './type'; export declare class FieldsOptionsContainer { options: FieldsParseOptions; default: Record; defaultIsUndefined: boolean; allowed: Record; allowedIsUndefined: boolean; items: Record; keys: string[]; reverseMapping: Record; constructor(input?: FieldsParseOptions); protected initDefault(): void; protected initAllowed(): void; protected initItems(): void; protected initReverseMapping(): void; private buildReverseRecord; } //# sourceMappingURL=container.d.ts.map