export interface IParserOptions {
    disableFaker?: boolean;
}
