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