export type JsonObject = Record; export declare function raycastPathSegment(value: string): string; export declare function jsonObjectParam(value: JsonObject | undefined): string | undefined;