import { IBindingContext } from '../../interface/exported';
export declare const traverseAST: (ast: any, ctx: IBindingContext) => any;
export declare const valueConvert: (ast: any, ctx: IBindingContext, value: any) => any;
export declare const getBehavior: (ast: any) => any[];