import StoryMateType from '../types/StoryMateType.js';

declare function importStoryMate(texts: string | StoryMateType | (string | StoryMateType)[]): Promise<void[]>;

export { importStoryMate };
