import { p as registryBaseColorSchema } from "../index-BbVosT4_.js"; import { t as Config } from "../get-config-DW4c9y68.js"; import { z as z$1 } from "zod"; import { SourceFile } from "ts-morph"; import { CodemodPlugin } from "vue-metamorph"; //#region src/styles/create-style-map.d.ts declare const styleMapSchema: z$1.ZodRecord; type StyleMap = z$1.infer; declare function createStyleMap(input: string): Record; //#endregion //#region src/styles/transform.d.ts type TransformerStyle = (opts: { sourceFile: SourceFile; styleMap: StyleMap; }) => Promise; declare function transformStyle(source: string, { styleMap, transformers }: { styleMap: StyleMap; transformers?: TransformerStyle[]; }): Promise; //#endregion //#region src/utils/transformers/index.d.ts interface TransformOpts { filename: string; raw: string; config: Config; baseColor?: z$1.infer; isRemote?: boolean; } //#endregion //#region src/utils/transformers/transform-icons.d.ts declare function transformIcons(opts: TransformOpts, registryIcons: Record>): CodemodPlugin; //#endregion //#region src/utils/transformers/transform-menu.d.ts declare function transformMenu(opts: TransformOpts): CodemodPlugin; //#endregion export { createStyleMap, transformIcons, transformMenu, transformStyle }; //# sourceMappingURL=index.d.ts.map