import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class SilentPushAPIScriptable { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); sendLogoutSilentPush(userSysId?: string, message?: string): void; } //# sourceMappingURL=SilentPushAPIScriptable.d.ts.map