export declare const upperCaseFirstLetterOnly: (name: string) => string;
export declare const lastElem: (Arr: any[]) => any;
export declare const pathArrayToPath: (pathArray: string[], origin: string) => string;
export declare const getParamsObjectString: (p: Array<string>) => string;
//# sourceMappingURL=compiler.d.ts.map