import type { Policy } from '../types.js'; export declare function createWrapperDir(port: number, policy: Policy): string; export declare function cleanupWrapperDir(dir: string): void; //# sourceMappingURL=shims.d.ts.map