export declare const notifyModel: { key: string; }; export declare const httpHeaderKeys: { statusCode: string; location: string; }; export declare const httpStatusCodes: { redirect: number; }; export declare const triggerType: { defaultTrigger: string; };