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