export declare class InstallURLGenerator { getURL(): string withParam(param?: string, value?: string): InstallURLGenerator withState(key?: string, value?: string): InstallURLGenerator constructor() }