import { A_ChannelFeatures } from '@adaas/a-utils/a-channel'; declare const A_SERVER_CONSTANTS__A_HttpChannel_Lifecycle: { readonly onAfterRequest: A_ChannelFeatures.onAfterRequest; readonly onError: A_ChannelFeatures.onError; readonly onBeforeRequest: A_ChannelFeatures.onBeforeRequest; }; export { A_SERVER_CONSTANTS__A_HttpChannel_Lifecycle };