import { OnCompleteInput } from '../types';
export declare const onComplete: (input: OnCompleteInput) => void;
