import { Arguments } from 'yargs'; import { CmsPublishMode } from '@hubspot/local-dev-lib/types/Files'; export declare function validateAccount(options: Arguments<{ account?: string; accountId?: string; derivedAccountId?: number; userProvidedAccount?: string; }>): Promise; export declare function validateCmsPublishMode(options: Arguments<{ cmsPublishMode?: CmsPublishMode; }>): boolean; export declare function fileExists(_path: string): boolean; export declare function checkAndConvertToJson(_path: string): unknown | null;