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