import type { NodePath } from '@babel/traverse'; export declare const getSource: (path: NodePath, force?: boolean) => string;