import { ethers } from "ethers"; import { BatchMultiSigCallTypedData } from "../types"; export declare const getAuthenticatorSignature: (typedData: BatchMultiSigCallTypedData) => ethers.Signature; //# sourceMappingURL=signatures.d.ts.map