/** * Show the OK JSON history window. * * @returns OK JSON history URL. * @example * history() * // => 'okjson://history' * @link https://docs.okjson.app/url-schemes */ export declare function history(): string;