import type { PrBodyStruct } from './types';
export declare const prDebugDataRe: RegExp;
export declare function hashBody(body: string | undefined): string;
export declare function getRenovateDebugPayload(body: string): string | undefined;
export declare function getRenovateConfigHashPayload(body: string): string | undefined;
export declare function getPrBodyStruct(input: string | undefined | null): PrBodyStruct;
