import type { WorkerProps } from "./Worker.ts"; export declare const getCompatibility: (props: WorkerProps) => { date: string; flags: string[]; }; //# sourceMappingURL=Compatibility.d.ts.map