export declare type FromObjectManagedHeader = {
    version: string;
    encoding: string;
    custom?: undefined;
};
