import type { ValidationIssue } from '../types'; export declare function validateProfileRules(matched: any, resourceType: string): ValidationIssue[]; //# sourceMappingURL=sd-profile-rules-validator.d.ts.map