export declare const tokenProto: {
    nested: {
        koinos: {
            nested: {
                contracts: {
                    nested: {
                        token: {
                            nested: {
                                name_arguments: {
                                    fields: {};
                                };
                                name_result: {
                                    fields: {
                                        value: {
                                            type: string;
                                            id: number;
                                        };
                                    };
                                };
                                symbol_arguments: {
                                    fields: {};
                                };
                                symbol_result: {
                                    fields: {
                                        value: {
                                            type: string;
                                            id: number;
                                        };
                                    };
                                };
                                decimals_arguments: {
                                    fields: {};
                                };
                                decimals_result: {
                                    fields: {
                                        value: {
                                            type: string;
                                            id: number;
                                        };
                                    };
                                };
                                total_supply_arguments: {
                                    fields: {};
                                };
                                total_supply_result: {
                                    fields: {
                                        value: {
                                            type: string;
                                            id: number;
                                            options: {
                                                jstype: string;
                                            };
                                        };
                                    };
                                };
                                balance_of_arguments: {
                                    fields: {
                                        owner: {
                                            type: string;
                                            id: number;
                                            options: {
                                                '(koinos.btype)': string;
                                            };
                                        };
                                    };
                                };
                                balance_of_result: {
                                    fields: {
                                        value: {
                                            type: string;
                                            id: number;
                                            options: {
                                                jstype: string;
                                            };
                                        };
                                    };
                                };
                            };
                        };
                    };
                };
            };
        };
    };
};
