import { Dictionary } from '@stoplight/types'; export declare function serializeWithDeepObjectStyle(name: string, value: string | string[] | Dictionary | null): string | null;