export declare class PaymentMethodsConfig { config: { img_path: string; title: string; discode: boolean; source: string; }; }