export declare namespace $perf { function start(): (opts?: { reset?: boolean; return: "ms" | "format"; }) => string | number; }