import { Options, StoryOptions } from '../types/options.types'; import { Story } from '../types/story.types'; export declare function prepareRenders(renders: Partial[], mergedVideos: boolean): Promise[]>; export declare function loadRenders(stories: StoryOptions[], useMediaProxy: boolean, mediaProxyHost: string, apiBaseUrl: string, mergedVideos: boolean): Promise[]>; export declare function loadCollection(id: string, apiBaseUrl: string): Promise>; export declare function loadCollectionByTag(teamId: string, tag: string, apiBaseUrl: string): Promise>;