export declare const REGIONS: {
    id: number;
    psgcCode: string;
    regDesc: string;
    regCode: string;
}[];
