export declare class InstallURLGenerator { constructor(); getURL(): string; withParam(param?: string, value?: string): InstallURLGenerator; withState(key?: string, value?: string): InstallURLGenerator; } //# sourceMappingURL=InstallURLGenerator.d.ts.map