type GetModelsCacheKeyArgs = { repositoryName: string; }; export declare const getModelsCacheKey: (args: GetModelsCacheKeyArgs) => string; export {};