export declare function isTruthy(x: T | undefined | null): x is T; export declare function requestHttps(url: string, params: Record): Promise; //# sourceMappingURL=helpers.d.ts.map