export declare function checkPackage(options: { validateManifest: (manifest: M, looseChecks: boolean) => void; cwd?: string; ignoreLicenseRules?: boolean; stderr?: Pick; }): Promise;