import { SectionSchema } from '../sections'; import { MixedSection } from '../state'; export default function getClientSections(theme?: string): Promise<{ [key: string]: SectionSchema; }>; //# sourceMappingURL=get-client-sections.d.ts.map