import { DynamoDBClient, PostgresClient } from '../shared';
export declare function initializeTables(dynamoClient?: DynamoDBClient, postgresClient?: PostgresClient): Promise<void>;
