import type { DynamicParamTypes } from '../../app-router-types';
export declare function interceptionPrefixFromParamType(paramType: DynamicParamTypes): string | null;
