import { ScramjetConfig } from "../types"; export declare const iswindow: boolean; export declare const isworker: boolean; export declare const issw: boolean; export declare const isdedicated: boolean; export declare const isshared: boolean; export declare const isemulatedsw: boolean; export declare function loadAndHook(config: ScramjetConfig): void;