/** * Returns the given input. If the input is the default value * of protobuf, undefined is returned. Use this when creating Amino JSON converters. */ export declare function omitDefault(input: T): T | undefined;