import type { SerializableHandlerOptions } from "../../helpers/createSerializableHandlerOptions.js";
export declare const safeWorkerUserOptions: (initMessage: Pick<SerializableHandlerOptions, "moduleBase" | "moduleBasePath" | "moduleBaseURL" | "moduleRootPath" | "build" | "dev" | "css" | "autoDiscover">, workerDataOptions?: any) => {
    type: "success";
    userOptions: import("../../types.js").ResolvedUserOptions;
} | {
    type: "error";
    error: unknown;
};
export declare const workerUserOptions: (initMessage: Pick<SerializableHandlerOptions, "moduleBase" | "moduleBasePath" | "moduleBaseURL" | "moduleRootPath" | "build" | "dev" | "css" | "autoDiscover">, workerDataOptions?: any) => import("../../types.js").ResolvedUserOptions;
//# sourceMappingURL=workerUserOptions.d.ts.map