export declare const isBun: boolean;
export declare const isDeno: boolean;
export declare function isCloudflareWorker(): boolean;
