export {};
export declare enum AmitySharableContentType {
    POST = "post",
    COMMUNITY = "community",
    USER = "user",
    LIVESTREAM = "livestream",
    EVENT = "event"
}
//# sourceMappingURL=sharableContentType.d.ts.map