import { HttpRequest } from "@smithy/types"; /** * @private */ export declare const getCanonicalQuery: ({ query }: HttpRequest) => string;