import { n as ClientCheckParams, o as CheckResponse } from '../../params-Bf18ATYi.mjs';
import { C as Customer } from '../../customer-DM044m1a.mjs';
import '../../plan-CUExbmy9.mjs';

declare const getLocalCheckResponse: ({ customer, params, }: {
    customer: Customer | null;
    params: ClientCheckParams;
}) => CheckResponse;

export { getLocalCheckResponse };
