declare const ERRORS: {
    OTHER_GET_FAAS_ERROR: {
        type: string;
        code: string;
    };
    GET_FAAS_ERROR: {
        type: string;
        code: string;
        message: string;
    };
    GET_CLS_CONFIG_ERROR: {
        type: string;
        code: string;
        message: string;
    };
    REQUEST_ID_INVALID: {
        type: string;
        code: string;
        message: string;
    };
    WEB_FAAS_NO_TRIGGERS: {
        type: string;
        code: string;
        message: string;
    };
    NAMESPACE_NOT_EXIST_ERROR: {
        type: string;
        code: string;
        message: string;
    };
    QUALIFIER_NOT_EXIST_ERROR: {
        type: string;
        code: string;
        message: string;
    };
};
export { ERRORS };
//# sourceMappingURL=constants.d.ts.map