export interface IApiGatewayEventTranslatorOptions {
    readonly enableMultiValueQueryParameters?: boolean;
}
