/// /** * Marks NSIS variables. * * Example matches: * * $Brand * $BrandShortName */ export declare const nsisVariable: { rule: RegExp; matchIndex: number; tag: (x: string) => JSX.Element; };