export declare const ADDRESSES_DATA: {
    prefecture: string[][];
    city: string[][];
    town: string[][];
};
