import type { SchemaType } from '@planjs/react-cli-shared-utils'; import type { UserConfig } from './types.js'; export declare const schema: SchemaType; export declare const defaultOptions: () => UserConfig;