11 lines
235 B
TypeScript
11 lines
235 B
TypeScript
import { d as PGliteInterface } from '../pglite-CntadC_p.cjs';
|
|
|
|
declare const file_fdw: {
|
|
name: string;
|
|
setup: (_pg: PGliteInterface, _emscriptenOpts: any) => Promise<{
|
|
bundlePath: URL;
|
|
}>;
|
|
};
|
|
|
|
export { file_fdw };
|