export declare function stageProductionCompilerArtifacts(input: {
    readonly compilerArtifactsRoot: string;
    readonly outputDir: string;
}): Promise<void>;
