export declare function siloGetThumbnailUrl(fileId: string, opts?: { authenticateWithUser?: boolean; userToken?: string; }): Promise; export declare function siloGetStoryboardUrl(fileId: string, opts?: { authenticateWithUser?: boolean; userToken?: string; }): Promise; export declare function siloGetCaptionsUrl(fileId: string, lang?: string, opts?: { authenticateWithUser?: boolean; userToken?: string; }): Promise; export declare function siloGetChaptersUrl(fileId: string, opts?: { authenticateWithUser?: boolean; userToken?: string; }): Promise; export declare function siloGetHlsStreamUrl(fileId: string, opts?: { authenticateWithUser?: boolean; userToken?: string; }): Promise; export declare function siloGetFileUrl(fileId: string, disposition?: "inline" | "attachment", opts?: { authenticateWithUser?: boolean; userToken?: string; }): Promise; //# sourceMappingURL=server.d.ts.map