declare const print: (...args: any[]) => void; declare const _: (o: any) => any; declare const appendPath: (newPath: string, oldPath?: string) => string; export { _, appendPath, print };