import { Profile } from "./allostasis";
export interface GreeniaProfile extends Profile {
    greeniaProfileId?: string;
}
