import { ExportedDeclarations } from 'ts-morph';
/**
 *
 * @param declaration
 */
export declare function declarationFolderName(declaration: ExportedDeclarations): string;
