export declare function validateArgs(validationSchema: any, args: any[]): void; export declare function getFullPath(file: string): string;