import { HttpMethod, QueryParams } from '@activepieces/pieces-common';
export declare const lemlistClient: {
    makeRequest<T = any>(auth: string, method: HttpMethod, endpoint: string, body?: any, queryParams?: QueryParams): Promise<T>;
};
