import { VersionValue } from '../../interfaces/version-options.interface';
/**
 * Sets the version of the endpoint to the passed version
 *
 * @publicApi
 */
export declare function Version(version: VersionValue): MethodDecorator;
