import { YamlValidatorInterface } from '../models/interface.js';
export declare class YamlValidator implements YamlValidatorInterface {
    validateYamlFiles(buffer: Buffer): Promise<boolean>;
}
//# sourceMappingURL=yaml.validator.d.ts.map