import { type ValueExpression } from 'slonik';
export declare type NamedAssignmentPayload = {
    [key: string]: ValueExpression;
};
