import { type SerializeBlockV1 } from "./smartFilterSerialization.types.js"; /** * The default V1 block serializer which can be used for any block that relies only on ConnectionPoints * and does not have any constructor parameters or class properties that need to be serialized. * @param block - The block to serialize * @returns The serialized block */ export declare const DefaultBlockSerializer: SerializeBlockV1; //# sourceMappingURL=defaultBlockSerializer.d.ts.map