export declare class DeveloperDashboard {
    getDashboard(): {
        a: string;
        b: string;
    }[];
}
