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