import { JsonCustomConvert } from 'json2typescript';
/**
 * @category Internal
 */
export declare class GroupsPerProjectConverter implements JsonCustomConvert<{
    [key: string]: string[];
}> {
    serialize(groups: {
        [key: string]: string[];
    }): any;
    deserialize(item: any): {
        [key: string]: string[];
    };
}
//# sourceMappingURL=groups-per-project-converter.d.ts.map