import { Keypair } from '@solana/web3.js'; export declare function createTempFileKeypair(seed?: Keypair, tmpPathPrefix?: string): Promise<{ path: string; cleanup: () => Promise; keypair: Keypair; }>; //# sourceMappingURL=fileKeypair.d.ts.map