import { AppStore } from './redux/store/app.store';
import { RootStore } from './redux/store/root.store';
import { IApplicationState } from './redux/state/application.state';
export declare function appStoreFactory(): RootStore<unknown>;
export declare class FormbirdServicesModule {
    constructor(appStore: AppStore<IApplicationState>);
}
