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