declare module 'embedding'; declare async function embedding_calc(text: string): Promise; export { embedding_calc }