import { Schema } from "effect"; export declare const DestinationSchema: Schema.Struct<{ readonly DestinationId: Schema.Number; readonly DestinationName: Schema.NullOr; readonly DestinationUrl: Schema.NullOr; readonly DestinationType: Schema.NullOr, Schema.Union, Schema.Literals]>, never, never>>; readonly DestinationStatus: Schema.NullOr, Schema.Union, Schema.Literals]>, never, never>>; readonly MemberFirstName: Schema.NullOr; readonly MemberLastName: Schema.NullOr; readonly MemberKey: Schema.NullOr; readonly OriginalEntryTimestamp: Schema.NullOr; readonly ModificationTimestamp: Schema.NullOr; readonly FullNSP: Schema.Boolean; }>; export declare const DestinationResponseSchema: Schema.Decoder, never>; export type Destination = typeof DestinationSchema.Type; //# sourceMappingURL=destinationSchema.d.ts.map