export declare const formatBytes: (bytes: number | undefined, decimals?: number, isBinary?: boolean) => string; export declare const getImageSize: (url: string) => Promise<{ width: number; height: number; }>; export declare const convertDomainName: (value: string) => string; //# sourceMappingURL=helpers.d.ts.map