import { ParamJsonExporter } from '../Param';
import { ParamPathParam } from '../../../../params/ParamPath';
export declare class ParamParamPathJsonExporter extends ParamJsonExporter<ParamPathParam> {
    add_main(): string | undefined;
}
