import type { Platform } from './types'; export declare const validatePrebuild: (platform: Platform, options?: { dryRun?: boolean; }) => Promise; export declare const validatePackageInstalled: () => void;