export declare const prepareOrgKeys: (option: { keyPath: string; curve?: string; }) => Promise; export declare const readKey: (keyPath: string, isPrivate?: boolean) => Promise;