import * as zod from 'zod';

declare module 'unfire/firestore' {
  interface FirestoreCollectionTypes { '{collectionPath}': {'{key}': '{value}'} }
}

declare module '@unfire-firestore-schema' {
  export function ImportFirestoreSchemaByPath(path: string): Promise<zod.ZodAny | undefined>
}
declare module '@unfire-init' {
  export * from 'firebase/firestore'
}
