import { AFD } from './types/RuntimeCxt'; /** * 构造backUrl * @param location * @param encode * @returns */ export declare const handler: (reason: any, features: AFD) => Promise;