/** * Determines if the current environment is Bun runtime */ export declare const isBun: () => boolean;