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