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