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