import { zodAsFactory, zodIsFactory, zodToFactory } from '@ariestools/sdk'; import * as z from 'zod/mini'; export declare const CurrentLocationWitnessSchema: 'co.coinapp.currentlocationwitness' & { readonly __schema: true; }; export type CurrentLocationWitnessSchema = typeof CurrentLocationWitnessSchema; export declare const CurrentLocationWitnessPayloadZod: z.ZodMiniObject<{ altitudeMeters: z.ZodMiniNumber; directionDegrees: z.ZodMiniNumber; latitude: z.ZodMiniNumber; longitude: z.ZodMiniNumber; quadkey: z.ZodMiniString; schema: z.ZodMiniLiteral; speedKph: z.ZodMiniNumber; }, z.core.$strip>; export type CurrentLocationWitnessPayload = z.infer; export declare const isCurrentLocationWitnessPayload: ReturnType>; export declare const asCurrentLocationWitnessPayload: ReturnType>; export declare const toCurrentLocationWitnessPayload: ReturnType>; //# sourceMappingURL=CurrentLocationWitness.d.ts.map