import * as v from "valibot"; import type { CustomBlockErrorInfo } from "../errors"; export declare const customBlockDataSourceResolutionErrorCodeSchema: v.StringSchema; export type CustomBlockDataSourceResolutionErrorCode = "unknown_data_source_key" | "unmapped_data_source" | (string & {}); export type CustomBlockDataSourceResolutionErrorInfo = CustomBlockErrorInfo; //# sourceMappingURL=errors.d.ts.map