import { ColonSeparatedStringArray } from '../custom-types'; export declare class ExternalHooksConfig { files: ColonSeparatedStringArray; }