/** * Open Cardhop. * * @returns Cardhop open URL. * @example * open() * // => 'x-cardhop://' * @link https://flexibits.com/cardhop-ios/help/integration-with-other-apps */ export declare function open(): string;