export declare type Args = { config: string; static: string; }; export declare const args: Args; export declare const script: string; export declare type Config = { channelSecret: string; channelAccessToken: string; }; export declare const config: Config;