export declare namespace $.youtube.PeformCommentActionParams.TranslateCommentParams.Params { type Comment = { text: string; }; } export type Type = $.youtube.PeformCommentActionParams.TranslateCommentParams.Params.Comment; export declare function getDefaultValue(): $.youtube.PeformCommentActionParams.TranslateCommentParams.Params.Comment; export declare function createValue(partialValue: Partial<$.youtube.PeformCommentActionParams.TranslateCommentParams.Params.Comment>): $.youtube.PeformCommentActionParams.TranslateCommentParams.Params.Comment; export declare function encodeJson(value: $.youtube.PeformCommentActionParams.TranslateCommentParams.Params.Comment): unknown; export declare function decodeJson(value: any): $.youtube.PeformCommentActionParams.TranslateCommentParams.Params.Comment; export declare function encodeBinary(value: $.youtube.PeformCommentActionParams.TranslateCommentParams.Params.Comment): Uint8Array; export declare function decodeBinary(binary: Uint8Array): $.youtube.PeformCommentActionParams.TranslateCommentParams.Params.Comment;