/** * Markdown content for the Elements Sync skill. * Creates Requirements and Stories in Elements.cloud from story maps * and other structured sources using the Elements REST API. */ export declare function elementsSyncSkillMd(): string; export declare function pushToElementsScript(): string;