/**
 * Defines the configuration options for a theme.
 */
export type Theme = {
    id: string;
    version?: string;
    baseUrl?: string;
    cacheDuration?: number;
};
//# sourceMappingURL=Theme.d.ts.map