import { fc } from "@fast-check/vitest";
export declare const arbitraryDocument: fc.Arbitrary<{
    key: string;
    sortKey: number;
    filterKeys: Record<string, string>;
    coordinates: {
        latitude: number;
        longitude: number;
    };
}>;
export declare const arbitraryDocuments: fc.Arbitrary<{
    key: string;
    sortKey: number;
    filterKeys: Record<string, string>;
    coordinates: {
        latitude: number;
        longitude: number;
    };
}[]>;
//# sourceMappingURL=arbitrary.helpers.d.ts.map