import type { EndpointTestCredentialResolver, EndpointTestFetch } from '@ankhorage/data-sources'; import type { RuntimeBindingOperationExecutor } from './runtimeBindings'; export interface RuntimeApiOperationExecutorOptions { readonly fetch?: EndpointTestFetch; readonly credentialResolver?: EndpointTestCredentialResolver; } export declare function createRuntimeApiOperationExecutor(options: RuntimeApiOperationExecutorOptions): RuntimeBindingOperationExecutor; //# sourceMappingURL=runtimeApiOperations.d.ts.map