/**
 * @fileoverview Detect if running inside a Deno compiled binary
 *
 * Shared by module-loader.ts and deno-compile.ts to avoid duplication.
 * Intentionally zero-dependency to prevent circular imports.
 */
export declare function isDenoCompiled(): boolean;
//# sourceMappingURL=deno-detect.d.ts.map