export declare function InjectModel(model: any, connection?: string): (target: object, key: string | symbol, index?: number) => void; export declare function InjectKnex(connection?: string): (target: object, key: string | symbol, index?: number) => void; export declare const InjectConnection: typeof InjectKnex;