export type StrategyOptions = {
    version?: string;
    docker?: boolean;
    compilerRoots?: string[];
    dockerTagsUrl?: string;
    events?: any;
    spawn?: {
        maxBuffer: number;
    };
};
