/* tslint:disable */ /* eslint-disable */ /* auto-generated by NAPI-RS */ export declare function unpackAndSaveWebhapp(happOrWebHappPath: string, appId: string, uisDir: string, happsDir: string): Promise export type JsZomeCallSigner = ZomeCallSigner export class ZomeCallSigner { constructor() static connect(connectionUrl: string, passphrase: string): Promise signZomeCall(payload: Array, pubKey: Array): Promise> }