import type { IApiSettings, ICryptoHash, IPlatformServices, ITransport } from '@looker/sdk-rtl';
export declare class NodeServices implements IPlatformServices {
crypto: ICryptoHash;
settings: IApiSettings;
transport: ITransport;
constructor(services: Partial<IPlatformServices>);
}