/**
 * Get the path to a worker script, adjusted for the build output location.
 *
 * @param path the relative path to the worker script from the project src directory and with a .js extension
 * @returns the absolute path to the worker script, or undefined if the file does not exist
 */
export declare function getWorkerScriptPath(path: string): string | undefined;
//# sourceMappingURL=workerScriptEsm.d.ts.map