import { Context, ValidatedJobConfig, ExecutionConfig, OpConfig, GetClientConfig } from './interfaces'; /** Get the first opConfig from an operation name */ export declare function getOpConfig(job: ValidatedJobConfig, name: string): OpConfig | undefined; export declare function getAssetPath(assetDir: string, assets: string[], name: string): Promise; export declare function getClient(context: Context, config: GetClientConfig, type: string): any; export declare function registerApis(context: Context, job: ValidatedJobConfig | ExecutionConfig, assetIds?: string[]): void; //# sourceMappingURL=register-apis.d.ts.map