import { Province } from '../types'; export declare function getAllProvinces(): Promise; export declare function getProvinceByCode(code: number): Promise; export declare function getProvinceByName(name: string): Promise;