import passphrases from "./passphrases.json"; export { passphrases }; export declare const addresses: string[]; export declare const publicKeys: string[]; export declare const privateKeys: string[]; export declare const wifs: string[]; export declare const delegates: { passphrase: string; address: string; publicKey: string; privateKey: string; wif: string; }[]; //# sourceMappingURL=delegates.d.ts.map