export declare const getDevCommands: ({ frameworkDevCommand, scripts, runScriptCommand, }: {
    frameworkDevCommand?: string;
    scripts: Record<string, string>;
    runScriptCommand: string;
}) => string[];
