export declare const Attribute: {
    sendsResponse: string;
    asyncAttr: string;
    controller: string;
    httpGet: string;
    httpPost: string;
    httpPatch: string;
    httpPut: string;
    httpDelete: string;
    httpHead: string;
    httpAll: string;
    parse: string;
};
export declare const RouteAttribute: {
    httpGet_ActionAttribute: string;
    httpPost_ActionAttribute: string;
    httpDelete_ActionAttribute: string;
    httpPut_ActionAttribute: string;
    httpPatch_ActionAttribute: string;
    httpHead_ActionAttribute: string;
    httpAll_ActionAttribute: string;
};
export declare const Constants: {
    errControllerDefaultMethod: string;
};
