import { IStateUpdate, IValidationError } from "./interfaces";
export declare const getOperations: ({ stateInput, schemaEndpoint, serviceName, paths, }: IStateUpdate) => {
    operations: import("./interfaces").IOperationForStateUpdate[];
    error?: string | undefined;
};
export declare const chooseErrorFromList: (errList: (IValidationError | undefined)[]) => IValidationError | undefined;
export declare const convertEndpointToWildcard: (endpoint: string) => string;
//# sourceMappingURL=utils.d.ts.map