export declare function time(time: number): string;
export declare function checkSubreddit(url: string): Promise<unknown>;
