export type Platform = 'next' | 'vite' | 'react_app' | 'node' | undefined;
export declare const getPlatform: () => Platform;
/**
 * Get the prefix for the environment variables to be used in the platform
 */
export declare const getPrefix: (platform: Platform) => string;
//# sourceMappingURL=detectPlatform.d.ts.map