export interface CaptureOptions {
    token: string;
}
