import { Forte } from '../core/Forte'; import { ISchema } from '../core/Schema'; export declare const useForteAbsoluteSchema: ($forte: Forte, path: string) => T; export declare const useForteSchema: (path?: string) => T; //# sourceMappingURL=useForteSchema.d.ts.map