export interface QuerySerializationStrategy { serialize: (params: { [code: string]: number | string | string[]; }) => string; }