/** * Self-Correcting Error Helpers */ import { StrictDBError } from '../errors.js'; export declare function unknownMethodError(methodName: string): StrictDBError; export declare function unknownOperatorError(operator: string, collection?: string): StrictDBError; export declare function collectionNotFoundError(name: string, registered: string[]): StrictDBError; //# sourceMappingURL=helpers.d.ts.map