export interface InitAegisOptions {
    Aegis: any;
    aegisKey: string;
    setupPolyfills?: () => void;
    url?: string;
}
