import { Program } from "@typespec/compiler"; export declare function validateAlternateKeyOnPrimitiveProperty(program: Program): void; export declare function validateAlternateKeyOnKey(program: Program): void; export declare function validateAlternateKeyRequiresKey(program: Program): void; //# sourceMappingURL=alternate-key.d.ts.map