/** * Launch OnSong. * * @returns OnSong launch URL. * @example * open() * // => 'onsong://' * @link https://onsongapp.com/developers/import/ */ export declare function open(): string;