export interface INPMCommands {
    install: string[];
    build: string[];
}
export declare const npmCommands: (extraBeforeTest?: string, useYarn?: boolean) => INPMCommands;
