export interface OrumIoConfigOut { publicKey: string; } export declare const OrumIoConfigOutSerializer: { _fromJsonObject(object: any): OrumIoConfigOut; _toJsonObject(self: OrumIoConfigOut): any; };