import { Database } from "sqlite"; export declare class Pragmas { static apply(db: Database): Promise; } //# sourceMappingURL=pragmas.d.ts.map