export declare const FormRuleConstants: {
    Actions: {
        Show: string;
        Hide: string;
        Skip: string;
        ShowMessage: string;
        GoTo: string;
        SendNotification: string;
    };
};
