export interface ConfigMocks {
    fileReads: boolean;
    fileWrites: boolean;
    all: boolean;
}
