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