import type { InitAegisOptions } from './types';
export declare function initAegis(options: InitAegisOptions): Promise<any>;
