export declare const eventStoreProviders: { provide: string; useFactory: (eventStoreConfig?: any) => any; inject: string[]; }[];