import type { JumpPageTypeOption } from '../interfaces/SubmitJump';
export declare const ActionOptionDict: {
    0: {
        label: string;
        value: string;
    };
    1: {
        label: string;
        value: string;
    };
    2: {
        label: string;
        value: string;
    };
};
export declare const AllActionCustomOptions: {
    label: string;
    value: string;
}[];
export declare const ActionOptions: {
    label: string;
    value: string;
}[];
export declare const ActionCustomOptions: {
    label: string;
    value: string;
}[];
export declare const PageOptions: JumpPageTypeOption[];
export declare const conditionTypeOptions: {
    value: string;
    label: string;
}[];
export declare const defaultJumpPageSettingList: {
    terminalType: string;
    imageResourceId: string;
    formValue: string;
    formAttrCode: string;
    isAddButton: string;
}[];
export declare const eventTypeList: {
    label: string;
    value: string;
}[];
export declare const eventList: {
    label: string;
    value: string;
}[];
export declare const valueTypeList: {
    label: string;
    value: string;
}[];
export declare const logicalOperator: {
    value: string;
    label: string;
}[];
export declare const PARAMS_TYPE: {
    1000: string;
    2000: string;
    3000: string;
    4000: string;
    5000: string;
};
export declare const DATA_TYPE: {
    1200: {
        key: string;
        value: string;
        label: string;
        components: string[];
        operationEnum: {
            label: string;
            value: string;
        }[];
    };
    1300: {
        key: string;
        value: string;
        label: string;
        components: string[];
        operationEnum: {
            label: string;
            value: string;
        }[];
    };
    1400: {
        key: string;
        value: string;
        label: string;
        components: string[];
        operationEnum: {
            label: string;
            value: string;
        }[];
    };
    1500: {
        key: string;
        value: string;
        label: string;
        components: string[];
        operationEnum: {
            label: string;
            value: string;
        }[];
    };
    1600: {
        key: string;
        value: string;
        label: string;
        components: never[];
        operationEnum: never[];
    };
    1700: {
        key: string;
        value: string;
        label: string;
        components: string[];
        operationEnum: {
            label: string;
            value: string;
        }[];
    };
    1000: {
        key: string;
        value: string;
        label: string;
        components: string[];
        operationEnum: {
            label: string;
            value: string;
        }[];
    };
    1100: {
        key: string;
        value: string;
        label: string;
        components: string[];
        operationEnum: {
            label: string;
            value: string;
        }[];
    };
};
export declare const SERVICE_KEY: {
    QUERY: string;
    INNER: string;
    STD: string;
    RHIN: string;
};
export declare const TYPE_MAP: {
    1000: string;
    1100: string;
    1200: string;
    1300: string;
    1400: string;
    1500: string;
    1600: string;
    1700: string;
    objectArray: string;
    fieldArray: string;
    object: string;
    array: string;
    string: string;
    number: string;
    boolean: string;
};
