declare const CreatePostTypedData: (profileId: string, contentURI: string, collectModule: Object, referenceModule: Object, token: string) => Promise; declare const createCommentTypedData: (profileId: string, contentURI: string, collectModule: Object, referenceModule: Object, token: string) => Promise; declare const createMirrorTypedData: (profileId: string, publicationId: string, referenceModule: Object, token: string) => Promise; declare const getPublications: (profileId: string, publicationTypes: string[], limit: number) => Promise; declare const getPublication: (publicationId: string) => Promise; declare const hidePublication: (publicationId: string, token: string) => Promise; export { CreatePostTypedData, createCommentTypedData, createMirrorTypedData, getPublications, getPublication, hidePublication, };