import { Config } from "./dto"; export declare const getSessionId: () => string; export declare const readConfigFile: () => Config; export declare const getEnvAndUrls: (projectToken: string | undefined) => { env: string | undefined; host: string; webUrl: string; cdnUrl: string; }; export declare const sleep: (ms: number) => Promise; export declare const lowerImageResolution: (image: Buffer, viewportWidth: number, imagePath: string) => Promise; //# sourceMappingURL=utils.d.ts.map