import { Connection } from 'typeorm'; import { ICountry } from '@metad/contracts'; export declare const createCountries: (connection: Connection) => Promise;