/** * Create a small benchmark. */ declare const _default: () => { start: Date; stop: () => string; }; export default _default;