import { CordovaOptions } from './backend'; /** * Inits the SDK */ export declare function init(_options: Partial): void; /** * If native client is available it will trigger a native crash. * Use this only for testing purposes. */ export declare function nativeCrash(): void; //# sourceMappingURL=sdk.d.ts.map