/**
 * return the file path of the caller of the function calling this function
 * @param position
 */
export declare function getCallerFilePath(position?: number): string | null;
//# sourceMappingURL=get-caller-file-path.d.ts.map