import * as Schema from '../types/index.mjs'; import * as Stack from './_stack.mjs'; import { BuildContext } from './_context.mjs'; export declare function Reducer(stack: Stack.XStack, context: BuildContext, schemas: Schema.XSchema[], value: string, check: string): string;