export type TableProQueryParams = Record; export declare function tableproPathSegment(value: string | number): string; export declare function tableproCsv(values?: readonly string[]): string | undefined; export declare function tableproUrl(path: string, params?: TableProQueryParams): string;