export declare function isPathAngularComponent(path: string): boolean;
export declare function extractComponentInlineTemplate(contents: string): string;
export declare function stripBOM(contents: string): string;
