import { IParamsWithService } from '../base'; export interface IPushParams extends IParamsWithService { } export declare function push(params: IPushParams): Promise; //# sourceMappingURL=index.d.ts.map