import type { ActionLogExternalApi, GetExternalApiConfiguration } from './types';
/** used to generate timing API that can be used outside of React, or together with React */
export declare const getExternalApi: <CustomMetadata extends Record<string, unknown>>({ actionLogCache, idPrefix, placement, }: GetExternalApiConfiguration<string, CustomMetadata>) => ActionLogExternalApi<CustomMetadata>;
