/** * Open Wallet app. * * @returns Wallet open URL. * @example * wallet() * // => 'shoebox://' */ export declare function wallet(): string;