import { EVENT, Config } from "../types"; export declare const create_payment: ( event: EVENT, options: Config ) => Promise;