import type { PackagerId } from './types';
export declare function isPackagerId(input: unknown): input is PackagerId;
//# sourceMappingURL=type-predicate.d.ts.map