import { Observable } from 'rxjs'; import { DocumentRef } from './document-ref.service'; import { PlatformService } from './platform.service'; import { WindowRef } from './window-ref.service'; import * as i0 from "@angular/core"; export interface Status { loaded: boolean; loading: boolean; error: boolean; } export declare class LazyStripeAPILoader { private window; private document; private _platform; private status; constructor(window: WindowRef, document: DocumentRef, _platform: PlatformService); asStream(): Observable; isReady(): boolean; load(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }