/** * Collection of aliases that are known to a shell. */ export declare class Aliases extends Map { constructor(); getRecursive(key: string): string | undefined; match(start: string): string[]; }