import { MaxTimeConfig } from "../models/config/time-config"; export declare function maxTime(config: MaxTimeConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function maxTimeAsync(config?: MaxTimeConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;