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