
export interface FormatExecutorOptions {
    root: string;
    ignoreWrapper?: boolean;
    runFromParentModule?: boolean;
    args?: string[];
}