/** * Marks the function as start function of the bot. * The function will be executed when user sends a `/start` command. * * @export * @returns Method Decorator */ export declare function start(): = Func>(target: any, propName: string, descriptor?: TypedPropertyDescriptor | undefined) => TypedPropertyDescriptor | undefined;