import { ParamType } from "./type"; export declare const getParamTyped: (_paramType: ParamType, id?: string | undefined) => Id;