/** * Composable for getting the current signer. * * @returns The current signer */ export declare function useSigner(): import("polkadot-api").PolkadotSigner | undefined; //# sourceMappingURL=use-signer.d.ts.map