import { PiecePropertyMap } from "."; import { PieceAuthProperty } from "./authentication"; import { z } from "zod"; declare function buildSchema(props: PiecePropertyMap, auth: PieceAuthProperty | PieceAuthProperty[] | undefined, requireAuth?: boolean | undefined): z.ZodObject<{ [x: string]: z.ZodType>; }, z.core.$strip>; export declare const piecePropertiesUtils: { buildSchema: typeof buildSchema; }; export {}; //# sourceMappingURL=util.d.ts.map