import { DashboardResource, EphemeralDashboardResource } from '@perses-dev/core'; type SerializedDashboard = { contentType: string; content: string; }; export declare function serializeDashboard(dashboard: DashboardResource | EphemeralDashboardResource, format: 'json' | 'yaml', shape?: 'cr-v1alpha1' | 'cr-v1alpha2'): SerializedDashboard; export {}; //# sourceMappingURL=serializeDashboard.d.ts.map