import Transport from "@ledgerhq/hw-transport";
/**
 * Attempt to fetch a hash of the custom image loaded on the device.
 * We will not consider the 0x662e status code an error since it just
 * means empty custom image and an empty string will fit better.
 */
declare const _default: (transport: Transport) => Promise<string>;
export default _default;
//# sourceMappingURL=customLockScreenFetchHash.d.ts.map