export declare const ERROR_NOT_FOUND = "Transfermarkt Parser Error: resource is not found (maybe you've sent incorrect params)"; export declare const ERROR_PARSING = "Transfermarkt Parser Error: an error occured during response parsing"; export declare const ERROR_SERVER = "Transfermarkt Parser Error: transfermarkt server responded with error";