export declare type Parser<T> = (obj: any) => T;
