export default class ProviderCapabilities {
    readonly reusesExistingSession: boolean;
    constructor(reusesExistingSession?: boolean);
}
