import type { ExecutionResult } from "./types.js"; export declare function buildListDebugGlobalsExpression(): string; export declare function listDebugGlobals(device?: string): Promise; export declare function inspectGlobal(objectName: string, device?: string): Promise; export declare function reloadApp(device?: string): Promise; //# sourceMappingURL=debugGlobals.d.ts.map