import { Interfaces } from '@oclif/core';
import { ScratchOrgCreateOptions } from '@salesforce/core';
import EnvCreateScratch from '../commands/org/create/scratch.js';
/**
 * Provide the parsed flags
 * Returns the objet necessary to create a scratch org
 */
export declare const buildScratchOrgRequest: (flags: Interfaces.InferredFlags<typeof EnvCreateScratch.flags>, clientSecret?: string) => Promise<ScratchOrgCreateOptions>;
