import { Action, Pattern } from '../types'; export declare const take:
(pattern: Pattern
) => Promise>;