import { s } from '../schema'; import { JsonValue } from './types'; export declare function resolveWithSchema(schema: s.HashbrownType, input: string): JsonValue | undefined; //# sourceMappingURL=resolve-with-schema.d.ts.map