export declare const isApiLive: (url: string, options?: Partial<{ rejectUnauthorized: boolean; }>) => Promise;