export declare const forgejoId: (hostId: string) => string; export declare const runnerId: (hostId: string) => string; export declare const komodoId: (hostId: string) => string; export declare const tunnelId: (hostId: string) => string; export declare const backupId: (hostId: string) => string; export declare const tunnelName: (hostId: string) => string; export declare const repoId: (appId: string) => string; export declare const forgejoUserId: (hostId: string, userId: string) => string; export declare const forgejoOrgId: (hostId: string, teamId: string) => string; export declare const forgejoTeamId: (hostId: string, teamId: string) => string; export declare const komodoUserId: (hostId: string, userId: string) => string; export declare const orgName: (teamId: string) => string; export declare const userPasswordKey: (userId: string) => string; export declare const deploymentId: (appId: string, environment: string) => string; export declare const ciId: (appId: string, environment: string) => string; export declare const forgejoNotifyId: (appId: string) => string; export declare const komodoNotifyId: (appId: string) => string; export declare const gitDomain: (zone: string) => string; export declare const deployDomain: (zone: string) => string; export declare const previewDomain: (zone: string) => string; export declare const deploymentPort: (id: string) => number; export declare const adminUsername = "intentic"; export declare const registryAuthority: (zone: string) => string; export declare const bindingId: (appId: string, instanceId: string) => string; export declare const dbName: (appId: string) => string; export declare const cacheUser: (appId: string) => string; export declare const appSlug: (appId: string) => string; export declare const bucketName: (appId: string) => string; export declare const backingPort: (instanceId: string) => number; export declare const secretKey: (prefix: string, id: string) => string; export declare const ghCiId: (appId: string, environment: string) => string; export declare const glCiId: (appId: string) => string; export declare const gitlabRegistry: (url: string, override?: string) => string; //# sourceMappingURL=ids.d.ts.map