import type { KyInstance } from 'ky'; export interface TimeOutput { time: string; } type Time = () => Promise; export declare const createTimeRoute: (instance: Readonly) => Time; export {}; //# sourceMappingURL=time.d.ts.map