/** * Open Hookmark. * * @returns Hookmark open URL. * @example * open() * // => 'hook://' */ export declare function open(): string;