import { Phase } from '../types'; /** * Gets the next phase of the routing process. * * Determines which phase should follow the `none`, `filesystem`, `rewrite`, or `resource` phases. * Falls back to `miss`. * * @param phase Current phase of the routing process. * @returns Next phase of the routing process. */ export declare const getNextPhase: (phase: Phase) => Phase; //# sourceMappingURL=get-next-phase.d.ts.map