import { PersistenceService, PgPersistenceService } from './services'; export declare const commonProviders: (typeof PersistenceService | typeof PgPersistenceService)[]; export declare const commonExports: (typeof PersistenceService | typeof PgPersistenceService)[]; export * from './services'; export * from './document-interfaces';