export declare const layers: {
    name: string;
    key: string;
    url: string;
}[];
