import type { Keys } from '../types';
export declare function expandAliases(binding: Keys[]): Keys[][];
