Files
2026-01-23 01:33:35 +01:00

11 lines
232 B
TypeScript

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