export declare function splitTarget(s: string): [project: string, target?: string, configuration?: string];
