/** * Get the caller's path from error stack * * Thanks to [this thread](http://stackoverflow.com/questions/13227489/how-can-one-get-the-file-path-of-the-caller-function-in-node-js) */ export declare function getCallerPath(): string;