declare const publicKeys: string[];
declare const privateKeys: string[];
export { privateKeys, publicKeys, };
