import type { Attributes, RenderHelpers } from './types.js'; export declare function attrs(obj: Attributes): string; export declare function getRenderHelpers(params: { nonce?: string; }): RenderHelpers; export declare function hasProperty(obj: T, property: K): obj is T & Record;