export declare enum TokenFilterType {
    My = 0,
    All = 1
}
