declare module 'expand-tilde' { export default function expandTlde(src: string): string; }