/** * Used only in tests to make a semi-reasonable fake push subscription. * @param options Options to set on the object if desired. * @return Returns a fake subscription. */ export declare function makeFakeSubscription(options?: any): PushSubscription;