export declare function splitParams(aValue: any): string[];
export declare function getFullPath(aRoot: string, aDir: string): string;
