import { ITypeCheckerOptions } from './interfaces';
export declare function getPath(usePath: string, options: ITypeCheckerOptions): string;
