import type { WalletAPIServer, WalletHandlers } from "@ledgerhq/wallet-api-server"; import type { SimulatorProfile } from "./types"; export declare function applyProfile(serverInstance: WalletAPIServer, profile: SimulatorProfile): void; type MockedResponse = ReturnType | H; export declare function declarativeHandler(mocks: MockedResponse[]): WalletHandlers[K]; export type MockedHandlers = { [K in keyof Partial]: MockedResponse[]; }; export declare function declarativeHandlers(mocks: MockedHandlers): Partial; export {}; //# sourceMappingURL=helpers.d.ts.map