import { type App } from "@ledgerhq/types-live";
/**
 * Builds a fake App object to use in tests
 *
 * @param props Any value in props will override the default fake value of the same property
 * @return A fake App object
 */
export declare const anAppBuilder: (props?: Partial<App>) => App;
//# sourceMappingURL=anApp.d.ts.map