import { type TestChainMetadata } from '@hyperlane-xyz/provider-sdk/chain'; import { CosmosNativeSigner } from '../index.js'; declare const PKS: { readonly alice: "33913dd43a5d5764f7a23da212a8664fc4f5eedc68db35f3eb4a5c4f046b5b51"; readonly bob: "0afcf195989ebb6306f23271e50832332180b73055eb57f6d3c53263127e7d78"; readonly charlie: "8ef41fc20bf963ce18494c0f13e9303f70abc4c1d1ecfdb0a329d7fd468865b8"; }; export declare const createSigner: (account: keyof typeof PKS, metadata?: TestChainMetadata) => Promise; export declare const createSignerWithPrivateKey: (privateKey: string, metadata?: TestChainMetadata) => Promise; export {}; //# sourceMappingURL=utils.d.ts.map