/** * Hide Desktop icons in CleanShot. * * @returns CleanShot hide-desktop-icons URL. * @example * hideDesktopIcons() * // => 'cleanshot://hide-desktop-icons' * @link https://cleanshot.com/docs-api */ export declare function hideDesktopIcons(): string;