import type { StatementInput, Statement } from '../types.js';
export declare function normalizeStatement(statement: StatementInput): Statement;
