import type { NestedKeys, NestedResourceKeys, ObjectLiteral } from '../../../types'; import type { ParseAllowedOption } from '../../type'; export declare function flattenParseAllowedOption(input?: ParseAllowedOption): string[]; export declare function isPathCoveredByParseAllowedOption(input: ParseAllowedOption | NestedKeys[] | NestedResourceKeys[], path: string | string[]): boolean; //# sourceMappingURL=allowed-option.d.ts.map