import Ajv from "ajv"; import { JSONSchema7 } from "json-schema"; import { VC } from "./types.js"; export declare function convertToPascalCase(s: string): string; /** Automatically add the `credentialSchema` field to the given VC and, optionally, append schema name to `type`. */ export declare function addSchemaToVc(schema: JSONSchema7, vc: VC, includeType?: boolean): VC; export declare const getNewAjv: () => Ajv; export declare const EXAMPLE_VC: VC; //# sourceMappingURL=helpers.d.ts.map