import type { Where } from '../types/index.js'; export declare const prefixWherePaths: ({ prefix, where }: { prefix: string; where: Where; }) => Where; //# sourceMappingURL=prefixWherePaths.d.ts.map