/**
 * Documentation for the save operation
 */
/**
 * Returns documentation for the save operation
 * @return {string} markdown documentation
 */
export declare function saveDocs(): string;
/**
 * Returns a brief summary of the save operation.
 * @return {string} A short description of the function.
 */
export declare function saveSummary(): string;
export default saveDocs;
