/** * Re-export OpenPGPSlot from parent package */ export { OpenPGPSlot } from '@l8d/hardhat-yubikey/dist/src/internal/openpgp-apdu.js'; /** * All available OpenPGP slots for slot discovery */ export declare const ALL_SLOTS: readonly [0, 1, 2]; /** * Default PIN for YubiKey OpenPGP applet * Note: Users should change this after initial setup */ export declare const DEFAULT_OPENPGP_PIN = "123456"; /** * Default timeout for YubiKey signing operations (30 seconds) */ export declare const DEFAULT_SIGNING_TIMEOUT = 30000; //# sourceMappingURL=constants.d.ts.map