import { IdentifierSpec, Params } from "./types"; export declare function splitParams(id: string, spec: IdentifierSpec): string[]; export declare function getParams(id: string, spec: IdentifierSpec): T; export declare function joinParams(params: Params, spec: IdentifierSpec): string; export declare function isValidId(id: string, spec: IdentifierSpec): boolean; //# sourceMappingURL=utils.d.ts.map