import { IBridge } from "../IBridge.js"; import { ISession } from "../session/ISession.js"; import { Assets } from "../providers/assets/assets.js"; export declare class AssetsSmokeTests { bridge: IBridge; session: ISession; assets: Assets; healthChecksUrl: string; constructor(); uploadAndGetRemoteFile(filePath: string, remoteDir: string, successPathname: string): Promise; } //# sourceMappingURL=assetsTest.d.ts.map