interface PublishOpts {
    path: string;
    validateOnly?: boolean;
}
export declare function publishTplCmd(templateDir: string, options: PublishOpts): Promise<void>;
export {};
//# sourceMappingURL=publish-template.d.ts.map