macroExpander.d.ts 198 Bytes
import { AppInfo } from "../appInfo";
export declare function expandMacro(pattern: string, arch: string | null | undefined, appInfo: AppInfo, extra?: any, isProductNameSanitized?: boolean): string;