export interface DigitalWalletConfig {
    apple_pay_enabled: boolean;
    google_pay_enabled: boolean;
    whitelabel_enabled: boolean;
}
export declare namespace DigitalWalletConfig {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=digitalWalletConfig.d.ts.map