export type PassthroughFn = (signer: T) => Promise; export type SignerContext = (deviceId: string, fn: PassthroughFn) => Promise; //# sourceMappingURL=signer.d.ts.map