export declare function isWalletPassPayment(payment: any): boolean; export declare function hasNonWalletPassPayment(paymentItems?: any[]): boolean; export declare function useCustomerGuard(paymentItems?: any[]): { isCustomerChangeLocked: boolean; canChangeCustomer: boolean; shouldReloadWalletPassAfterCustomerChange: boolean; };