import type { Imported, Stylable, StylableMeta } from '@stylable/core'; export declare function collectImportsWithSideEffects(stylable: Stylable, meta: StylableMeta, visit: (contextMeta: StylableMeta, absPath: string, hasSideEffects: boolean) => void, visited?: Set): void; /** * return true if import has direct side effect on the importing context */ export declare function hasImportedSideEffects(stylable: Stylable, meta: StylableMeta, imported: Imported): boolean; //# sourceMappingURL=has-imported-side-effects.d.ts.map