import type { SourceFile } from 'ts-morph'; /** Returns if file is a barrel */ export declare const isBarrel: (sourceFile: SourceFile) => boolean;