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