/** * Finds the name of the store for a given unknown model * * @param model one of the {@link Amity.Models} to identify * @returns the name of the corresponding store */ export declare const identifyModel: (model: Record) => keyof Amity.Models | undefined; export declare const identifyModelKey: (model: Record) => string | undefined; //# sourceMappingURL=identifyModel.d.ts.map