export declare enum AttackParamLocation { BODY = "body", FRAGMENT = "fragment", HEADER = "header", PATH = "path", QUERY = "query" }