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