import { RouteParam } from '@prefecthq/vue-compositions'; import { LocationQueryValue } from 'vue-router'; import { DeploymentSortValues } from '../types/SortOptionTypes'; export declare class DeploymentSortValuesSortParam extends RouteParam { protected parse(value: LocationQueryValue): DeploymentSortValues; protected format(value: DeploymentSortValues): LocationQueryValue; }