import { NestableJSONValue } from '../../types/util';
import type { ConnectionSettings } from './connectionSettings';
export declare const createFetchStripeSignatureDirectly: ({ host, port }: ConnectionSettings) => (payload?: NestableJSONValue) => Promise<string>;
