export type RuntimeEnvironment = 'vercel' | 'netlify' | 'local' | 'unknown';
export declare function detectRuntime(): RuntimeEnvironment;
