import { InferOutput, type GenericSchema } from "valibot"; declare const KindSchema: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; export type KindSchema = InferOutput; declare const PropSchema: import("valibot").ObjectSchema<{ readonly label: import("valibot").StringSchema; readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly type: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; readonly default: import("valibot").AnySchema; readonly options: import("valibot").NullishSchema; readonly value: import("valibot").StringSchema; }, undefined>, undefined>, undefined>; readonly placeholder: import("valibot").NullishSchema, undefined>; readonly help: import("valibot").StringSchema; }, undefined>; export type PropSchema = InferOutput; declare enum Provider { StateProvider = "StateProvider" } declare enum SourceType { Parent = "Parent" } declare const BlockSchema: import("valibot").ObjectSchema<{ readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly entrypoint: import("valibot").StringSchema; readonly acceptsChildren: import("valibot").BooleanSchema; readonly category: import("valibot").StringSchema; readonly props: import("valibot").ArraySchema; readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly type: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; readonly default: import("valibot").AnySchema; readonly options: import("valibot").NullishSchema; readonly value: import("valibot").StringSchema; }, undefined>, undefined>, undefined>; readonly placeholder: import("valibot").NullishSchema, undefined>; readonly help: import("valibot").StringSchema; }, undefined>, undefined>; readonly events: import("valibot").ArraySchema; readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly help: import("valibot").StringSchema; readonly offerDebounce: import("valibot").NullishSchema, undefined>; readonly additionalSources: import("valibot").NullishSchema; readonly name: import("valibot").StringSchema; readonly provider: import("valibot").NullishSchema, undefined>; readonly source: import("valibot").NullishSchema, undefined>; readonly description: import("valibot").StringSchema; readonly template: import("valibot").StringSchema; readonly instanceTemplate: import("valibot").StringSchema; readonly outputType: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; }, undefined>, undefined>, undefined>; }, undefined>, undefined>; readonly defaultStyles: import("valibot").RecordSchema, import("valibot").AnySchema, undefined>; readonly sources: import("valibot").ArraySchema; readonly name: import("valibot").StringSchema; readonly provider: import("valibot").NullishSchema, undefined>; readonly source: import("valibot").NullishSchema, undefined>; readonly description: import("valibot").StringSchema; readonly template: import("valibot").StringSchema; readonly instanceTemplate: import("valibot").StringSchema; readonly outputType: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; }, undefined>, undefined>; readonly actions: import("valibot").ArraySchema; readonly name: import("valibot").StringSchema; readonly provider: import("valibot").NullishSchema, undefined>; readonly description: import("valibot").StringSchema; readonly async: import("valibot").BooleanSchema; readonly template: import("valibot").StringSchema; readonly instanceTemplate: import("valibot").StringSchema; readonly props: import("valibot").ArraySchema; readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly type: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; readonly default: import("valibot").AnySchema; readonly options: import("valibot").NullishSchema; readonly value: import("valibot").StringSchema; }, undefined>, undefined>, undefined>; readonly placeholder: import("valibot").NullishSchema, undefined>; readonly help: import("valibot").StringSchema; }, undefined>, undefined>; }, undefined>, undefined>; }, undefined>; export type BlockSchema = InferOutput; export declare const JsonSchemaProperty: import("valibot").ObjectSchema<{ readonly $id: import("valibot").NullishSchema, undefined>; readonly $ref: import("valibot").NullishSchema, undefined>; readonly id: import("valibot").NullishSchema, undefined>; readonly title: import("valibot").NullishSchema, undefined>; readonly description: import("valibot").NullishSchema, undefined>; readonly required: import("valibot").NullishSchema, undefined>, undefined>; readonly isRequired: import("valibot").NullishSchema, undefined>; readonly type: import("valibot").NullishSchema, undefined>; readonly format: import("valibot").NullishSchema, undefined>; readonly default: import("valibot").NullishSchema; readonly items: import("valibot").NullishSchema, undefined>; }, undefined>; type JSONSchemaType = { id: string; $id?: string | null; $schema: string; $ref?: string | null; default: any; type: string; title?: string | null; description?: string | null; required?: string[] | null; properties?: Record> | null; items?: Partial | null; }; export declare const JsonSchema: GenericSchema; export type JsonSchema = InferOutput; export declare const ConfigSchema: import("valibot").ObjectSchema<{ readonly id: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly name: import("valibot").StringSchema; readonly private: import("valibot").BooleanSchema; readonly description: import("valibot").NullishSchema, undefined>; readonly publicProps: import("valibot").ArraySchema; readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly type: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; readonly default: import("valibot").AnySchema; readonly options: import("valibot").NullishSchema; readonly value: import("valibot").StringSchema; }, undefined>, undefined>, undefined>; readonly placeholder: import("valibot").NullishSchema, undefined>; readonly help: import("valibot").StringSchema; }, undefined>, undefined>; readonly privateProps: import("valibot").ArraySchema; readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly type: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; readonly default: import("valibot").AnySchema; readonly options: import("valibot").NullishSchema; readonly value: import("valibot").StringSchema; }, undefined>, undefined>, undefined>; readonly placeholder: import("valibot").NullishSchema, undefined>; readonly help: import("valibot").StringSchema; }, undefined>, undefined>; readonly blocks: import("valibot").ArraySchema, import("valibot").RegexAction]>; readonly entrypoint: import("valibot").StringSchema; readonly acceptsChildren: import("valibot").BooleanSchema; readonly category: import("valibot").StringSchema; readonly props: import("valibot").ArraySchema; readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly type: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; readonly default: import("valibot").AnySchema; readonly options: import("valibot").NullishSchema; readonly value: import("valibot").StringSchema; }, undefined>, undefined>, undefined>; readonly placeholder: import("valibot").NullishSchema, undefined>; readonly help: import("valibot").StringSchema; }, undefined>, undefined>; readonly events: import("valibot").ArraySchema; readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly help: import("valibot").StringSchema; readonly offerDebounce: import("valibot").NullishSchema, undefined>; readonly additionalSources: import("valibot").NullishSchema; readonly name: import("valibot").StringSchema; readonly provider: import("valibot").NullishSchema, undefined>; readonly source: import("valibot").NullishSchema, undefined>; readonly description: import("valibot").StringSchema; readonly template: import("valibot").StringSchema; readonly instanceTemplate: import("valibot").StringSchema; readonly outputType: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; }, undefined>, undefined>, undefined>; }, undefined>, undefined>; readonly defaultStyles: import("valibot").RecordSchema, import("valibot").AnySchema, undefined>; readonly sources: import("valibot").ArraySchema; readonly name: import("valibot").StringSchema; readonly provider: import("valibot").NullishSchema, undefined>; readonly source: import("valibot").NullishSchema, undefined>; readonly description: import("valibot").StringSchema; readonly template: import("valibot").StringSchema; readonly instanceTemplate: import("valibot").StringSchema; readonly outputType: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; }, undefined>, undefined>; readonly actions: import("valibot").ArraySchema; readonly name: import("valibot").StringSchema; readonly provider: import("valibot").NullishSchema, undefined>; readonly description: import("valibot").StringSchema; readonly async: import("valibot").BooleanSchema; readonly template: import("valibot").StringSchema; readonly instanceTemplate: import("valibot").StringSchema; readonly props: import("valibot").ArraySchema; readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly type: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; readonly default: import("valibot").AnySchema; readonly options: import("valibot").NullishSchema; readonly value: import("valibot").StringSchema; }, undefined>, undefined>, undefined>; readonly placeholder: import("valibot").NullishSchema, undefined>; readonly help: import("valibot").StringSchema; }, undefined>, undefined>; }, undefined>, undefined>; }, undefined>, undefined>; readonly serverActions: import("valibot").ArraySchema, import("valibot").RegexAction]>; readonly description: import("valibot").StringSchema; readonly entrypoint: import("valibot").StringSchema; readonly props: import("valibot").ArraySchema; readonly name: import("valibot").SchemaWithPipe, import("valibot").RegexAction]>; readonly type: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; readonly default: import("valibot").AnySchema; readonly options: import("valibot").NullishSchema; readonly value: import("valibot").StringSchema; }, undefined>, undefined>, undefined>; readonly placeholder: import("valibot").NullishSchema, undefined>; readonly help: import("valibot").StringSchema; }, undefined>, undefined>; readonly outputType: import("valibot").ObjectSchema<{ readonly kind: import("valibot").StringSchema; readonly isDynamic: import("valibot").NullishSchema, undefined>; readonly template: import("valibot").NullishSchema, undefined>; readonly isList: import("valibot").NullishSchema, undefined>; }, undefined>; }, undefined>, undefined>; readonly schemas: import("valibot").ArraySchema, undefined>; }, undefined>; export type Config = InferOutput; export declare function checkIfTokenIsValid(token: string): boolean; export {};