export declare function createAutoProtectedRuleForStoryBranch({ projectName, baseUrl, privateToken, defaultRuleName, shouldUpdateExistingBranches, }: { projectName: string; baseUrl: string; privateToken: string; defaultRuleName: string; shouldUpdateExistingBranches?: boolean; }): Promise;