import { SimpleBdd, ResolverFunctions } from '../types.js';
export declare function resolveWithSimpleBdd(simpleBdd: SimpleBdd, fns: ResolverFunctions, input: any): number;
