export declare function getUsedResources(apps: any[]): Array; export declare function _simpleGetUsedResourceOfComponent(comp: any, staticResourceSet?: Set, attributeSet?: Set): { staticResourceSet: Set; attributeSet: Set; }; export declare function getNavUsedStaticResource(config: any): { staticResourceAttribute: string[]; resources: string[]; }; //# sourceMappingURL=getUsedResources.d.ts.map