export declare const toAlias: (alias: Record<string, string>) => {
    find: string;
    replacement: string;
}[];
