/** * Open Editorial without any action. * * @returns Editorial back URL. * @example * back() * // => 'editorial://back' * @link https://omz-software.com/editorial/docs/ios/urlscheme.html */ export declare function back(): string;