import type { PrescanCheck } from '../types'; export declare const manifestWellFormed: PrescanCheck; export declare const manifestTagTypo: PrescanCheck; export declare const manifestNamespaceUri: PrescanCheck; export declare const manifestMissingPrefix: PrescanCheck; export declare const manifestExportedMissing: PrescanCheck; export declare const manifestMultipleUsesSdk: PrescanCheck; export declare const manifestDuplicateComponent: PrescanCheck; export declare const manifestUniquePermission: PrescanCheck; export declare const manifestHardcodedDebuggable: PrescanCheck; export declare const manifestMockLocation: PrescanCheck; export declare const manifestExportedUnprotected: PrescanCheck; export declare const manifestQueryAllPackages: PrescanCheck; export declare const manifestDeeplinkValid: PrescanCheck;