import AspectoClientOptions from './interfaces/AspectoClientOptions'; export declare const init: (options?: AspectoClientOptions) => Promise;