/// declare type Status = 'responded' | 'error' | 'timeout'; export declare const ping: (callback: (status: Status) => void) => NodeJS.Timeout; export declare const capitalize: (s: string) => string; export declare const getChinaMirrorHost: (host?: string | undefined) => string; export {};