import { PlatformType } from '@metamask/sdk-communication-layer'; import { MobilePortStream } from './MobilePortStream'; export declare const getPortStream: (platformType: PlatformType) => typeof MobilePortStream | undefined; //# sourceMappingURL=getPortStream.d.ts.map