import { type Scheme } from './types'; export declare function split(authorization: string): [Scheme, string];