/** * Validate memory control fields while leaving entry prose to the trust-level * scanner. Auxiliary entry fields remain part of the blocking validation. */ export declare function validateMemoryControlFields(parsedYaml: Record): boolean; //# sourceMappingURL=memoryYamlValidation.d.ts.map