import type { InstallOptions } from './type'; export declare function main(options?: InstallOptions): void;