import type { ExpoConfig } from '@expo/config';
export declare function validateWithSchemaAsync(projectRoot: string, { _internal, ...exp }: ExpoConfig, schema: any, configName: string, validateAssets: boolean): Promise<{
    schemaErrorMessage: string | undefined;
    assetsErrorMessage: string | undefined;
}>;
