declare const _default: { getAllConfigurations: () => Promise; findByKey: (key: any) => Promise; getModelConfiguration: (key: any) => Promise<{ settings: {}; metadatas: {}; layouts: {}; }>; setModelConfiguration: (key: string, value: any) => Promise; deleteKey: (key: any) => Promise; keys: { CONFIGURATION: string; }; }; export default _default; //# sourceMappingURL=store.d.ts.map