export { AuthorizerConfig, AuthorizerExtensions } from "./authorizer"; export { LambdaAuthorizer, LambdaAuthorizerProps } from "./lambda"; export { CognitoUserPoolsAuthorizer, CognitoUserPoolsAuthorizerProps, } from "./cognito";