import { type Prostgles } from "../Prostgles"; export declare const runSQLFile: (prostgles: Prostgles) => Promise; /** * Given an sql error, return the lines of the query that caused the error. */ export declare const getQueryErrorPositionInfo: (err: any, _fileContent?: string) => string | undefined; //# sourceMappingURL=runSQLFile.d.ts.map