import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.repo.strongRef"; export { $nsid }; type Main = { $type?: 'com.atproto.repo.strongRef'; uri: l.AtUriString; cid: l.CidString; }; export type { Main }; declare const main: l.TypedObjectSchema<"com.atproto.repo.strongRef", l.Validator>; export { main }; export declare const $isTypeOf: >(value: TValue) => value is l.MaybeTypedObject<"com.atproto.repo.strongRef", TValue>, $build: { (input: Omit): { $type: "com.atproto.repo.strongRef"; uri: l.AtUriString; cid: l.CidString; }; (input: Omit): { $type: "com.atproto.repo.strongRef"; uri: l.AtUriString; cid: l.CidString; }; }, $type: "com.atproto.repo.strongRef"; export declare const $assert: (input: unknown, options?: l.ValidateOptions) => asserts input is { $type?: "com.atproto.repo.strongRef" | undefined; uri: l.AtUriString; cid: l.CidString; }, $check: (input: unknown, options?: l.ValidateOptions) => void, $cast: (input: I, options?: l.ValidateOptions) => I & { $type?: "com.atproto.repo.strongRef" | undefined; uri: l.AtUriString; cid: l.CidString; }, $ifMatches: (input: I, options?: l.ValidateOptions) => (I & { $type?: "com.atproto.repo.strongRef" | undefined; uri: l.AtUriString; cid: l.CidString; }) | undefined, $matches: (input: I, options?: l.ValidateOptions) => input is I & { $type?: "com.atproto.repo.strongRef" | undefined; uri: l.AtUriString; cid: l.CidString; }, $parse: (input: unknown, options?: l.ParseOptions) => { $type?: "com.atproto.repo.strongRef" | undefined; uri: l.AtUriString; cid: l.CidString; }, $safeParse: (input: unknown, options?: l.ParseOptions) => l.ValidationResult<{ $type?: "com.atproto.repo.strongRef" | undefined; uri: l.AtUriString; cid: l.CidString; }>, $validate: (input: I, options?: l.ValidateOptions) => I & { $type?: "com.atproto.repo.strongRef" | undefined; uri: l.AtUriString; cid: l.CidString; }, $safeValidate: (input: I, options?: l.ValidateOptions) => l.ValidationResult; //# sourceMappingURL=strongRef.defs.d.ts.map