/**
 * verify if retry-after header appears in response body .
 */
export declare const retryAfterRule: import("@typespec/compiler").LinterRuleDefinition<"retry-after", {
    readonly default: "For long-running operations, the Retry-After header indicates how long the client should wait before polling the operation status, please add this header to the 201 or 202 response for this operation.";
}>;
//# sourceMappingURL=retry-after.d.ts.map