import { Modifiers } from "./Modifiers"; export declare const withModifiers: (modifiers: Modifiers[], script: string) => string;