export declare const getPaymentTypeKey: (payment?: { wallet?: string; type?: string; }) => string | undefined; export declare const isSamePaymentSource: (a?: string, b?: string) => boolean;