export declare const OPTIONS_CONSTANTS: {
    readonly 'TXT.URL': "The url of the remote instance. Can also be passed via the \"C8Y_URL\" environment variable.";
    readonly 'TXT.TENANT': "Tenant of the Cumulocity instance. Can also be passed via the \"C8Y_TENANT\" environment variable.";
    readonly 'TXT.USERNAME': "Username of the Cumulocity instance. Can also be passed via the \"C8Y_USER\" environment variable.";
    readonly 'TXT.PASSWORD': "Password of the Cumulocity instance. Can also be passed via the \"C8Y_PASSWORD\" environment variable.";
    readonly 'TXT.NOT_PACKAGE_WARNING': "The provided tag is redundant since the application is not a package.";
    readonly 'TXT.APP_DEPLOYED': (ctxPath: any) => string;
    readonly 'PATH.BUILT_MANIFEST_FILE': "cumulocity.json";
    readonly 'TXT.INVALID_CREDENTIALS_BASEURL': (baseUrl: any) => string;
    readonly 'TXT.APP_UPLOADING': (bytes: any) => string;
    readonly 'TXT.APP_UPLOAD_ERROR': "File upload failed:";
    readonly 'TXT.APP_CREATING': "Creating application...";
    readonly 'TXT.APP_CREATE_FAILED': "Create application failed:";
    readonly 'TXT.APP_FETCHING': "Fetching application list...";
    readonly 'TXT.APP_FETCHING_FAILED': "Cannot fetch application list:";
    readonly 'TXT.APP_ACTIVATING': (id: any) => string;
    readonly 'TXT.APP_ACTIVATING_FAILED': (contextPath: any) => string;
    readonly 'TXT.DELETE_EXISTING_TAG_WARNING': "Deleting the existing tag.";
    readonly 'TXT.USER_MISSES_PERMISSION_TO_DEPLOY': "You are missing the required permissions to deploy an application on your tenant.";
};
