declare type FixedPaymentMethodLocaleMap = Record; export declare const FIXED_PAYMENT_METHODS: Record; export declare function resolveFixedPaymentMethodName(code: string | undefined, locale?: string): string; export default function useFixedPaymentMethodNameMap(): Record; export {};