import { Program } from "@typespec/compiler"; /** * @count applies to get operations that return collections. */ export declare function validateCountAppliesToGetOperationsThatReturnCollections(program: Program): void; //# sourceMappingURL=count.d.ts.map