export declare function register(workerNames: {
    fileStreamingScriptName: string;
    filePartialScriptName: string;
}): void;
