/**
 *
 * @param path The path used to map URI to a method
 * @description The method applied with this decorator is dynamically
 * applied with Express Request and Response and the result is send as json
 * @author Inbaithi107
 */
declare function GetMapping(path: string): MethodDecorator;

export { GetMapping };
