import { SDK } from './worker';

export declare function create(): Promise<SDK>;
export type * from './worker';
