import { NullSelection } from '../core/errors.js'; export declare const select: (headers: Headers, selector: string, expand: boolean) => string | string[] | NullSelection; export declare const toValue: (headers: Headers) => { [k: string]: string; };