import { Config } from "./types";
export declare const config: Config;
export declare const setServiceKey: (val: string) => void;
export declare const ENDPOINT = "http://apis.data.go.kr/B090041/openapi/service/SpcdeInfoService/getRestDeInfo";
