import { Fingerprint } from '@bubblewrap/core';
type Messages = {
    errorAssetLinksGeneration: string;
    errorCouldNotfindTwaManifest: (file: string) => string;
    errorDirectoryDoesNotExist: (directory: string) => string;
    errorFailedToRunQualityCriteria: string;
    errorIconUrlMustExist: (manifest: string) => string;
    errorPlayBillingEnableNotifications: string;
    errorMaxLength: (maxLength: number, actualLength: number) => string;
    errorMinLength: (minLength: number, actualLength: number) => string;
    errorMissingManifestParameter: string;
    errorMissingArgument: (expected: number, received: number) => string;
    errorRequireHttps: string;
    errorInvalidUrl: (url: string) => string;
    errorInvalidColor: (color: string) => string;
    errorInvalidDisplayMode: (displayMode: string) => string;
    errorInvalidOrientation: (orientation: string) => string;
    errorInvalidInteger: (integer: string) => string;
    errorInvalidSha256Fingerprint: (fingerprint: string) => string;
    errorUrlMustBeImage: (mimeType: string) => string;
    errorSdkTerms: string;
    messageInitializingWebManifest: (manifestUrl: string) => string;
    messageAddedFingerprint: (fingerpring: Fingerprint) => string;
    messageAndroidAppDetails: string;
    messageAndroidAppDetailsDesc: string;
    messageApkSuccess: (filename: string) => string;
    messageAppBundleSuccess: (filename: string) => string;
    messageBuildingApp: string;
    messageCallBubblewrapBuild: string;
    messageDigitalAssetLinksSuccess: (filename: string) => string;
    messageEnterPasswords: (keypath: string, keyalias: string) => string;
    messageGeneratedAssetLinksFile: (outputfile: string) => string;
    messageGeneratingAndroidProject: string;
    messageInstallingBuildTools: string;
    messageInvalidTrack: string;
    messageLauncherIconAndSplash: string;
    messageLauncherIconAndSplashDesc: string;
    messageLoadingTwaManifestFrom: (path: string) => string;
    messageNoChecksumFileFound: string;
    messageNoChecksumNoUpdate: string;
    messageOptionFeatures: string;
    messageOptionalFeaturesDesc: string;
    messagePlayUploadSuccess: string;
    messageProjectGeneratedSuccess: string;
    messageProjectUpdatedSuccess: string;
    messageProjectBuildReminder: string;
    messageProjectNotUpdated: string;
    messagePublishingWasNotSuccessful: string;
    messageRemovedFingerprint: (fingerpring: Fingerprint) => string;
    messageSavingTwaManifestTo: (path: string) => string;
    messageServiceAccountJSONMissing: string;
    messageSha256FingerprintNotFound: string;
    messageSigningKeyCreation: string;
    messageSigningKeyInformation: string;
    messageSigningKeyInformationDesc: string;
    messageSigningKeyNotFound: (path: string) => string;
    messageUpgradedAppVersion: (appVersionName: string, appVersionCode: number) => string;
    messageUsingPasswordsFromEnv: string;
    messageWebAppDetails: string;
    messageWebAppDetailsDesc: string;
    messageDownloadJdk: string;
    messageDownloadSdk: string;
    messageDownloadJdkSrc: string;
    messageDecompressJdkSrc: string;
    messageDownloadJdkBin: string;
    messageDecompressJdkBin: string;
    messageDownloadAndroidSdk: string;
    messageDecompressAndroidSdk: string;
    promptCreateDirectory: (directory: string) => string;
    promptExperimentalFeature: string;
    promptInstallJdk: string;
    promptJdkPath: string;
    promptInstallSdk: string;
    promptSdkTerms: string;
    promptSdkPath: string;
    promptHostMessage: string;
    promptName: string;
    promptLauncherName: string;
    promptDisplayMode: string;
    promptOrientation: string;
    promptThemeColor: string;
    promptBackgroundColor: string;
    promptStartUrl: string;
    promptIconUrl: string;
    promptMaskableIconUrl: string;
    promptMonochromeIconUrl: string;
    promptShortcuts: string;
    promptPlayBilling: string;
    promptLocationDelegation: string;
    promptPackageId: string;
    promptKeyPath: string;
    promptKeyAlias: string;
    promptCreateKey: string;
    promptKeyFullName: string;
    promptKeyOrganizationalUnit: string;
    promptKeyOrganization: string;
    promptKeyCountry: string;
    promptKeystorePassword: string;
    promptKeyPassword: string;
    promptNewAppVersionName: string;
    promptVersionCode: string;
    promptVersionMismatch: (currentVersion: string, playStoreVerison: string) => string;
    promptUpdateProject: string;
    warnFamilyPolicy: string;
    warnIncreasingMinSdkVersion: string;
    warnPwaFailedQuality: string;
    updateConfigUsage: string;
    jdkPathIsNotCorrect: string;
    jdkIsNotSupported: string;
    androidSdkPathIsNotCorrect: string;
    bothPathsAreValid: string;
    versionDoesNotExistOnServer: string;
    versionToRetainHigherThanBuildVersion: (currentVersion: number, versionToRetain: number) => string;
    versionRetainedNotAnInteger: string;
};
export declare const enUS: Messages;
export {};
