import { KeyUse } from './types.js'; export declare const InvalidMaxValue: Error; export declare function checkValidKeyUse(use: KeyUse): void; //# sourceMappingURL=errors.d.ts.map