/** * Play the podcast episode that is currently paused in Pocket Casts. * * @returns Pocket Casts play URL. * @example * play() * // => 'pktc://play' * @link https://support.pocketcasts.com/knowledge-base/third-party-integration/ */ export declare function play(): string;