import type { ScanContext } from './types'; export declare function willUploadToPlay(ctx: ScanContext): boolean; export declare function willUploadToAppStore(ctx: ScanContext): boolean;