import * as z from "zod/v3"; export type LocationServicesLocationManagementGetListsGlobals = { source?: string | undefined; }; export type GetListsRequest = { /** * The key you want to use to authenticate with the service (you can request we create one for you or create one in your [account section](https://account.loqate.com/account#/)). */ key?: string | undefined; /** * The unique GUID for a given list. */ listId?: string | undefined; }; /** @internal */ export type GetListsRequest$Outbound = { Key: string; listId?: string | undefined; }; /** @internal */ export declare const GetListsRequest$outboundSchema: z.ZodType; export declare function getListsRequestToJSON(getListsRequest: GetListsRequest): string; //# sourceMappingURL=locationserviceslocationmanagementgetlists.d.ts.map