export declare class ExecutionBuilder {
    prefixPath(environment: Record<string, string>, prefix: string): void;
}
