import { Cancellable } from "./cancellable"; export declare class PortalMembership { private impl; constructor(impl: any); terminate(cancellable?: Cancellable): Promise; }