import { Diagnostic, ModelProperty } from "@typespec/compiler"; /** * Resolve the content types from a model property by looking at the value. * @property property Model property * @returns List of contnet types and any diagnostics if there was an issue. */ export declare function getContentTypes(property: ModelProperty): [string[], readonly Diagnostic[]]; //# sourceMappingURL=content-types.d.ts.map