import { markers } from './markers'; type ApiDeclaration = { markers: typeof markers; }; export declare const dashboardCalendarApiDeclaration: ApiDeclaration; export {};