/** * View a JSON string from the pasteboard in OK JSON. * * @returns OK JSON paste URL. * @example * paste() * // => 'okjson://paste' * @link https://docs.okjson.app/url-schemes */ export declare function paste(): string;