import type { IPublishOptions } from './types';
export declare function localPublish(options: IPublishOptions): Promise<void>;
