import type QueryParameter from './QueryParameter'; export * from './AvonRequest'; export type MatchesQueryParameters = Array<{ handler: T; value: any; }>; //# sourceMappingURL=index.d.ts.map