export default function useEmbeds(callback: Function): { getEmbeds: (content: string) => Promise; initEmbeds: (urls: string[]) => void; clearEmbeds: () => void; };