/// <reference types="node" />
import stream from 'stream';
export default function nativeComponents(appID: string, componentPaths: string[]): {
    buildId: string;
    existingDeviceComponents: stream.PassThrough;
};
