import type { LocalsType } from '../../types';
interface Options {
    relative?: boolean;
}
declare const _default: (this: LocalsType, path: string, options?: Options) => any;
export = _default;
