import * as Schema from 'effect/Schema'; declare const ForeignKey_: Schema.Struct<{ /** * Name of the foreign database/system. * E.g., `github.com`. */ source: typeof Schema.String; /** * Id within the foreign database. */ id: Schema.SchemaClass; }>; export type ForeignKey = Schema.Schema.Type; /** * Reference to an object in a foreign database. */ export declare const ForeignKey: Schema.Schema; export {}; //# sourceMappingURL=foreign-key.d.ts.map