import { type OneOrMore } from '@myparcel/ts-utils'; export declare const encodeArrayParameter: (parameter?: null | OneOrMore) => string;