import { Program } from "@typespec/compiler"; /** * @contains applies to a navigation property. */ export declare function validateContainsOnlyAppliesToNavigationProperty(program: Program): void; /** * Validates that entities used with @contains decorator should not also be used as independent EntitySets. */ export declare const containedEntityShouldNotHaveEntitySet: import("@typespec/compiler").LinterRuleDefinition<"contained-entity-should-not-have-entity-set", { readonly default: import("@typespec/compiler").CallableMessage<["entityName"]>; }, Record>; //# sourceMappingURL=contains.d.ts.map