export declare class PublicKey { constructor(options: { id: string; controller: string; type: string; value?: string; }); id: string; controller: string; type: string; value?: string; }