import { ContentPluginProps, LayoutPluginProps } from './classes'; export declare const contentMissing: (plugin: ContentPluginProps) => ContentPluginProps; export declare const layoutMissing: (plugin: LayoutPluginProps) => LayoutPluginProps; //# sourceMappingURL=missing.d.ts.map