import type { VariablesStore } from '../../request-example/variable-store/types.js'; /** * Creates an in-memory VariablesStore for a single request execution, * managing environment, collection, global, and local variables in priority order. */ export declare function createVariablesStoreForRequest(): VariablesStore; //# sourceMappingURL=index.d.ts.map