export declare function encodeAsFormParameter(value: unknown): Record<string, string>;
