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