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