export declare const messages: {
    space_not_set: string;
    service_creation_started: string;
    create_service_canceled_by_requester: string;
    cf_setting_not_set: string;
    no_valid_filters: string;
    failed_creating_entity: (description: string, name: string) => string;
    exceed_number_of_attempts: (name: string) => string;
    service_not_found: (instanceName: string) => string;
    service_creation_failed: (error: string) => string;
    not_allowed_filter: (param: string, query: string) => string;
};
