/** * Open Spotify in Hookmark. * * @returns Hookmark open Spotify URL. * @example * openSpotify() * // => 'hook://spotify' * @link https://hookproductivity.com/help/integration/url-scheme-selection-principles */ export declare function openSpotify(): string;