import newrelic from 'newrelic';
export declare function startUnhandledNewrelicTransaction(transactionName: string, type?: 'web' | 'background', customCB?: (transaction: newrelic.TransactionHandle) => void): {
    transaction?: newrelic.TransactionHandle;
    transactionId?: string;
};
