import type { FormDataLike } from '@exodus/networking-common/form';
export declare function testsuite(getInstance: () => FormDataLike<unknown, unknown>): void;
