import { ExternalApi } from '../../../types';
import { EditorStateDbDataType } from '../editorDbStateType';

export declare const serializeExternalApis: (externalApisIn: ExternalApi[], project_id: string) => Pick<EditorStateDbDataType, "externalApis" | "endpoints" | "bodyParams" | "params" | "headers">;
