import { Dereferencer, IStateInputGenerator, Operation, Schema } from "../interfaces";
import { IValidationError } from "./interfaces";
export declare const getValidStatesForOperationWithState: (operation: Operation, state: IStateInputGenerator, deref: Dereferencer) => {
    responses: Record<string, Record<string, Schema>> | undefined;
    error: IValidationError | undefined;
};
//# sourceMappingURL=validator.d.ts.map