export declare const getKeys: () => Promise<{ publicKey: any; privateKey: any; }>; export declare const getKey: (privateKey?: boolean) => Promise;