interface PublishOptions {
    templatePath: string;
    registryRoot: string;
    validateOnly?: boolean;
}
export declare function publishTemplate({ templatePath, registryRoot, validateOnly }: PublishOptions): Promise<{
    zipPath: string;
    sha: string;
}>;
export {};
//# sourceMappingURL=template-publisher.d.ts.map