export declare enum SerializationStyle { SIMPLE = "simple", LABEL = "label", MATRIX = "matrix", FORM = "form", SPACE_DELIMITED = "space_delimited", PIPE_DELIMITED = "pipe_delimited", DEEP_OBJECT = "deep_object" } export declare function serializePath(pathPattern: string, pathArguments: Record, style?: SerializationStyle, explode?: boolean): string; export declare function serializeQuery(queryParams?: Record, _style?: SerializationStyle, explode?: boolean): string; export declare function serializeHeader(headers?: Record, explode?: boolean): Record; //# sourceMappingURL=serializer.d.ts.map