export declare class Environment {
    static get getEnvironment(): "node" | "bun" | "deno" | "unknown";
}
