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