import { ConfigUrlApply, KeyParams } from './type';
export default function PHXUrlApply(key?: KeyParams, value?: any, listKeyResetParams?: Array<KeyParams>, configUrlApply?: ConfigUrlApply, onlyResetValueUrl?: boolean): void;
