import type QueryParameter from './QueryParameter'; export * from './AvonRequest'; export type MatchesQueryParameters = Array<{ handler: T; value: any; }>;