import type { SourceCode } from 'eslint';
import type { Node } from 'estree';
export declare function getNodeSource(fileContents: SourceCode, node: Node): string;
