export declare const timer: () => { mark: (name: string, print?: boolean) => void; done: (print?: boolean) => void; }; //# sourceMappingURL=timer.d.ts.map