import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class ScriptableMobileScreenBuilder { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); initListScreen(tableName?: string, query?: string): void; initMobileWebScreen(url?: string): void; initRecordScreen(tableName?: string, sysId?: string): void; } //# sourceMappingURL=ScriptableMobileScreenBuilder.d.ts.map