/**
 * Suite that provides the Tables Service.
 *
 * @packageDocumentation
 */
import { ActorSuite } from '@darlean/base';
export * from './table';
export declare function createTablesSuite(): ActorSuite;
export declare function createTablesSuiteFromConfig(runtimeEnabled: boolean): ActorSuite | undefined;
