import { WcpFetchParams } from "./createWcp"; export declare const getWcpProjectLicenseCacheKey: () => string; export declare const wcpFetch: ({ url, authorization, body }: WcpFetchParams) => Promise<{ error: boolean; status: number; statusText: string; message: any; }>;