/** * Open PCalc. * * @returns PCalc open URL. * @example * open() * // => 'pcalc://' * * @link https://www.pcalc.com/ios/history.html */ export declare function open(): string;