export declare const createPathOfParameters: (parameters: (string | number | boolean)[]) => string;
export declare const createReactPathOfParameters: (parameters: string[]) => string;
export declare const createPathOfQueryParameters: (queryParams: Record<string, string | number | boolean | null>) => string;
