import { County } from '../../generated/graphql'; declare function createCounties(_: unknown, { state, counties }: { state: string; counties: string[]; }): Promise; export default createCounties;