import type { PlopValidator } from './validator.js';
export declare function requirePascalCase(): PlopValidator<unknown>;
