import { DeepPartial } from 'redux'; import { ISite } from '../../types'; type DataType = { site?: DeepPartial; finderUrl?: string; }; export declare const runPublish: () => Promise; export {};