/** Return all string variants of `value` that might appear in a response * body. Used by find_requests_containing to do server-side substring search * without forcing the caller to guess the encoding. */ export declare function normalizeCandidates(value: string): string[];