import { WorkerMessage, WorkerMessagePayload } from "./types/WorkerMessage"; export default function postMessageWrap(message: WorkerMessage): void;