/** * 获取url参数值 * @param key * @returns */ export declare const getUrlParam: (key: string) => string | null;