import { IOptions } from '..';
import { ITokenLocation } from '../interfaces/token/token-location.interface';
export declare function hash(value: string): string;
export declare function getPath(options: IOptions, path: string): string;
export declare function getPathConsoleString(options: IOptions, path: string): string;
export declare function getSourceLocation(start: ITokenLocation, end: ITokenLocation): string;
