import type Ajv from "ajv";
export declare const AslPathValidatorConfig: {
    format_names: {
        path: string;
        reference_path: string;
        payload_template: string;
        result_path: string;
    };
    silent: boolean;
};
export declare const registerAll: (ajv: Ajv, config?: {
    format_names: {
        path: string;
        reference_path: string;
        payload_template: string;
        result_path: string;
    };
    silent: boolean;
}) => void;
//# sourceMappingURL=ajv.d.ts.map