import { Command } from 'commander'; export declare function parseValidateSourceTimeoutMs(value?: string): number; export declare function filterValidateSourceFiles(files: T[], pathPrefix?: string): T[]; export declare const validateSourceCommand: Command;