import { KeyringPair } from '@polkadot/keyring/types'; /** * Get the Alice account */ export declare function getAlice(): KeyringPair; /** * Get the Alice account */ export declare function getAliceEd25519(): KeyringPair; /** * Get the Sensio account */ export declare function getSensio(): KeyringPair; /** * Get the Bob account */ export declare function getBob(): KeyringPair; /** * Get the local account */ export declare function getLocalAccount(name: string): KeyringPair; //# sourceMappingURL=accounts.d.ts.map