export declare const REGION_IV_PROVINCES: {
    id: number;
    psgcCode: string;
    provDesc: string;
    regCode: string;
    provCode: string;
}[];
export declare const LAGUNA_CITY_MUNS: {
    id: number;
    psgcCode: string;
    citymunDesc: string;
    regDesc: string;
    provCode: string;
    citymunCode: string;
}[];
export declare const SAN_PABLO_CITY_BARANGAYS: {
    id: number;
    brgyCode: string;
    brgyDesc: string;
    regCode: string;
    provCode: string;
    citymunCode: string;
}[];
