import type { JsonSchema } from "../../models/jsonSchema.ts"; import type { ProfileType } from "../../models/profile.ts"; export declare function assertProfile(jsonSchema: JsonSchema, options: { path: string; type: ProfileType; }): Promise>;