import { IExpectationSchema, IExpectationOperatorsSchema } from '../types';
export declare const introspectExpectationOperatorsSchema: <T extends object = IExpectationSchema<import("../types").IExpectationSchemaContext<{}>>, K extends keyof T = keyof T>(schema: T, handler: (key: K, schema: T, path: string) => unknown, location?: string) => void;
export declare const serializeExpectationSchema: <T extends IExpectationOperatorsSchema<any>>(schema: T) => T;
//# sourceMappingURL=schema.d.ts.map