import type { ValidatorMeta } from "../validator-types.mjs"; /** * Check if the Snap exports handlers that are not requested in the manifest, or * if the Snap requests permissions for handlers that are not exported. */ export declare const unusedExports: ValidatorMeta; //# sourceMappingURL=unused-exports.d.mts.map