import type { AddressSubject } from './types.js'; export declare function genericSubject(keyCreator: (address: string) => string, withTest?: boolean): AddressSubject;