Files
2026-04-05 03:08:53 +02:00

11 lines
233 B
TypeScript

import { d as PGliteInterface } from '../pglite-SIPwY9Cm.cjs';
declare const amcheck: {
name: string;
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
bundlePath: URL;
}>;
};
export { amcheck };