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