
export interface BuildInfoExecutorOptions {
    root: string;
    ignoreWrapper?: boolean;
    runFromParentModule?: boolean;
}