export interface ErrorType { message: string; name: string; cause: unknown; } export declare const useChimeVideoInput: () => (session: any) => Promise; //# sourceMappingURL=useChimeVideoInput.d.ts.map