import { PoolClient } from '@evershop/postgres-query-builder'; declare const _default: (orderId: number, message: string, notifyCustomer: boolean, connection: PoolClient) => Promise; export default _default; export declare function hookBeforeAddOrderActivityLog(callback: (this: { orderId: number; message: string; notifyCustomer: boolean; }, ...args: [ orderId: number, message: string, notifyCustomer: boolean, connection: PoolClient ]) => void | Promise, priority?: number): void; export declare function hookAfterAddOrderActivityLog(callback: (this: { orderId: number; message: string; notifyCustomer: boolean; }, ...args: [ orderId: number, message: string, notifyCustomer: boolean, connection: PoolClient ]) => void | Promise, priority?: number): void;