import { codeToMedia, HTTPMethod, Operation } from "../interfaces";
import { IStateUpdate } from "./interfaces";
export declare class State {
    private state;
    update(stateUpdate: IStateUpdate): void;
    getState(method: HTTPMethod, endpoint: string, operation: Operation): codeToMedia | undefined;
    reset(): void;
    private updateStateInternal;
}
//# sourceMappingURL=state.d.ts.map