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