/**
 * Automatically query Lucid models for the current HTTP
 * request. The decorator is meant to work only
 * with controllers
 */
export declare function bind(): (target: any, method: string) => void;
