import { DeclarationTypes } from './get-exported-function-names-by-filecontent';
export declare function getExportedFunctionNamesByFilePath(filePath: string, declarationsToExport?: DeclarationTypes[], debug?: boolean): string[];
