import { Router } from '@angular/router';
import * as i0 from "@angular/core";
export declare class SalesforceService {
    private _router;
    getSFResource: (path: string) => string;
    getRNXTMethodName: () => string;
    remoteAction(methodName: string, params: string[], resolve: any, reject: any, config?: any): void;
    constructor(_router: Router);
    static ɵfac: i0.ɵɵFactoryDeclaration<SalesforceService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<SalesforceService>;
}
