export interface FastNewmanOptions {
    numberOfCommunities?: number;
}
