File size: 189 Bytes
fea495a | 1 2 3 4 5 6 7 8 | /**
* Decodes a query path parameter.
*
* @param value - The value to decode.
* @returns The decoded value.
*/
export declare function decodeQueryPathParameter(value: string): string;
|
fea495a | 1 2 3 4 5 6 7 8 | /**
* Decodes a query path parameter.
*
* @param value - The value to decode.
* @returns The decoded value.
*/
export declare function decodeQueryPathParameter(value: string): string;
|