import type { Blueprint, RuntimeConfiguration } from './types'; export declare function resolveRuntimeConfiguration(blueprint: Blueprint): Promise;