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