/** * Renders a compiled lesskey file as source text. * * @param data - The file, starting at its "\0M+G" magic. * @returns The source, or null when this is not a lesskey binary. */ export declare function renderLesskeyBinary(data: Buffer): string | null;