declare const schemaMap: Record<string, any>;
declare const ImportFirestoreSchemaByPath: (path: keyof typeof schemaMap) => Promise<any>;

export { ImportFirestoreSchemaByPath };
