import { DataSource } from 'typeorm';
export declare class TenantSeeder {
    static run(dataSource: DataSource): Promise<void>;
}
