import { type AppSessionState } from "./appSurface.js"; export { closeSurface, resolveSurfaceNames }; declare function resolveSurfaceNames(ref: any): string[]; declare function closeSurface({ config, step, driver, processRegistry, appSession, }: { config: any; step: any; driver?: any; processRegistry?: Map; appSession?: AppSessionState; }): Promise; //# sourceMappingURL=closeSurface.d.ts.map