/** * Downloads compiled contracts in GM protocol files from github and installs * them into a project * @param protocols List of protocol names */ export declare function installer(protocols?: string[] | undefined): Promise; //# sourceMappingURL=installer.d.ts.map