import type { Stylable, StylableMeta } from '@stylable/core'; import type { Metadata } from './types'; export declare function createMetadataForStylesheet(stylable: Stylable, content: string, resourcePath: string, exposeNamespaceMapping?: boolean, meta?: StylableMeta): Metadata; //# sourceMappingURL=create-metadata-stylesheet.d.ts.map