import type * as postcss from 'postcss'; import type { EsifyCSSResult } from '../postcssPlugin/types'; export declare const generateScript: ({ output, helper, result, root, cssKey }: { output: string; helper: string; result: EsifyCSSResult; root: postcss.Document | postcss.Root; cssKey: string; }) => Generator;