export declare type AffiliateConfig = { id: string; name: string; base: string; uid: string; }; export declare type AffiliatesConfig = Record;