export type PlatformKey = 'docker' | 'aca' | 'k8s'; export declare function platformKey(platform: string): PlatformKey; export declare function selectByPlatform(platform: string, choices: Record): T;