export declare const HandlerConstants: {
    toInteger: string;
    toNumber: string;
    toBoolean: string;
    toRegExp: string;
};
export declare enum ActionParamExceptionCode {
    number = 0,
    boolean = 1,
    integer = 2,
    regexp = 3,
}
