import { IExports } from '../../types'; export declare const useGetExportsContent: (exports: IExports, stripFullPath?: boolean) => string;