export declare const setSkipAPIClientID: (clientID: string) => void; export declare const setLeapIntegratorID: (integratorID: string) => void; export declare const setCustomHeaders: (headers: Record) => void; import { type IAsyncStorage } from '@leapwallet/elements-core'; export declare const initCachingLayer: (storage: IAsyncStorage) => void;