import { ModuleWithProviders, InjectionToken } from '@angular/core'; import { HttpsSSLPinningOptions } from '@nativescript-community/https'; import { HttpsRequestDefaultOptions } from './ns-http-xhr-backend'; import * as i0 from "@angular/core"; import * as i1 from "@nativescript/angular"; /** Page size injection token. */ export declare const HTTPS_SSL_PINNING_OPTIONS: InjectionToken; export declare class NativeScriptHttpsModule { constructor(defaults?: HttpsSSLPinningOptions); /** * Creates and configures a module. * @param defaults Https request default options. * @returns A wrapper around an NgModule that associates it with the providers. */ static forRoot(defaults?: HttpsRequestDefaultOptions & HttpsSSLPinningOptions): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }