export declare const createKeyPair: () => { publicKey: string; privateKey: string; };