export { ContactArgs, ContactState } from "./contact"; export type Contact = import("./contact").Contact; export declare const Contact: typeof import("./contact").Contact; export { ContactProfileArgs, ContactProfileState } from "./contactProfile"; export type ContactProfile = import("./contactProfile").ContactProfile; export declare const ContactProfile: typeof import("./contactProfile").ContactProfile; export { SpacecraftArgs, SpacecraftState } from "./spacecraft"; export type Spacecraft = import("./spacecraft").Spacecraft; export declare const Spacecraft: typeof import("./spacecraft").Spacecraft;