/** * @author Olsi Rrjolli */ export declare const httpMethod: { GET: string; PUT: string; POST: string; PATCH: string; DELETE: string; }; export declare const controllerMetaKey: { RESOURCE_KEY: string; METHODS_KEY: string; MODEL_KEY: string; };