import { PathParams } from 'express-serve-static-core';
/**
 * Use this handler for the GET HTTP method
 * @param path The path this handler will be responsible for
 */
export declare function GET(path: PathParams): MethodDecorator;
