import { Province } from "./interfaces";
export declare function readTurkeyLocationData(): Province[];
export declare function readPlateCodes(): {
    [key: number]: string;
};
//# sourceMappingURL=data.d.ts.map