/** An object of this type is returned on a successful function call for certain functions */ export declare class OkBaseModel { _: 'ok'; }