import { Elysia } from "elysia";
import type { ApiResponse } from "./type";
export declare const TWAngpao: (name?: string) => Elysia<"", {
    decorator: {
        [x: string]: {
            redeem(phoneNumber: string, voucherCode: string): Promise<ApiResponse>;
        };
    };
    store: {};
    derive: {};
    resolve: {};
}, {
    typebox: {};
    error: {};
}, {
    schema: {};
    standaloneSchema: {};
    macro: {};
    macroFn: {};
    parser: {};
    response: {};
}, {}, {
    derive: {};
    resolve: {};
    schema: {};
    standaloneSchema: {};
    response: {};
}, {
    derive: {};
    resolve: {};
    schema: {};
    standaloneSchema: {};
    response: {};
}>;
export default TWAngpao;
