import * as v from "valibot"; /** * A pointer to a record in a database. */ export declare const notionRecordPointerSchema: v.ObjectSchema<{ readonly id: v.StringSchema; readonly table: v.StringSchema; }, undefined>; export type NotionRecordPointer = v.InferOutput; //# sourceMappingURL=recordPointer.d.ts.map