import type { RelationsParseOutput } from '../parameter';
import type { KeyDetails } from './type';
export declare function isPathAllowedByRelations(path?: string, includes?: RelationsParseOutput): boolean;
export declare function buildKeyWithPath(input: KeyDetails): string;
export declare function buildKeyWithPath(key: string, path: string): string;
//# sourceMappingURL=relation.d.ts.map