import { Model } from "../../"; export type ModelMatchProps = { projectId: string; model: string; }; export declare function findModel(p: ModelMatchProps): Promise; export declare function findModelInPostgres(p: ModelMatchProps): Promise; export declare const getRedisModelKey: (p: ModelMatchProps) => string; export declare const redisModelToPrismaModel: (redisModel: string) => Model; export declare function clearModelCacheForProject(projectId: string): Promise; export declare function isModelMatchCacheLocked(): Promise; export declare function clearFullModelCache(): Promise; //# sourceMappingURL=modelMatch.d.ts.map