export interface ParsedExecutorInterface {
    parseArgs?: Record<string, string>;
    stacks?: string[];
    polyfills?: string[];
}
