import { ProviderSourceConfig, runTimeType } from '../../../types'; export declare class SyncAdaptor { exec(config: any, provider: ProviderSourceConfig, runTime: runTimeType): any; }