import { l } from '@atproto/lex'; declare const $nsid = "tools.ozone.signature.defs"; export { $nsid }; type SigDetail = { $type?: 'tools.ozone.signature.defs#sigDetail'; property: string; value: string; }; export type { SigDetail }; declare const sigDetail: l.TypedObjectSchema<"tools.ozone.signature.defs#sigDetail", l.Validator>; export { sigDetail }; //# sourceMappingURL=defs.defs.d.ts.map