export declare function validateCommand(filePath: string, options: { quiet?: boolean; }): Promise<{ valid: boolean; }>;