/** * Platform detection utilities */ /** * Detect if the code is running in a compiled Deno binary * @returns true if running in a compiled binary, false otherwise */ export declare function isCompiledBinary(): boolean; //# sourceMappingURL=platform.d.ts.map