export interface PopupResult {
    userClosed: boolean;
    receivedUrl: string;
}
//# sourceMappingURL=popup-result.d.ts.map