/**
* Creates an Angular module declaration for a component wrapper.
* @param componentTagName The tag name of the Stencil component.
* @returns The Angular module declaration as a string.
*/exportdeclareconstgenerateAngularModuleForComponent: (componentTagName: string) =>string;