import { Ast } from './ast'; import { ValidationFn } from './types'; export declare function compile(ast: Ast): ValidationFn;