interface Portal {
    path: string;
    label: string;
}
export declare const portals: Portal[];
export {};
//# sourceMappingURL=protocol.d.ts.map