/**
 * Symbol to use when marking a route as version-neutral
 * Version-neutral routes are accessible both with and without version prefix
 */
export declare const VERSION_NEUTRAL: unique symbol;
