/**
 * Retrieve a list of all provinces.
 */
export declare const getProvinces: () => {
    code: string;
    name: string;
    unit: string;
}[];
