import { type KeysetWithSecrets } from 'keyset/index.js'; import * as users from 'user/index.js'; /** Usage: ```ts const {alice, bob} = setup(['alice', 'bob']) ``` */ export declare const setup: (...userNames: string[]) => Record; export declare const TEST_GRAPH_KEYS: KeysetWithSecrets; //# sourceMappingURL=setup.d.ts.map