export declare function fill<T>(this: any, payload?: Partial<T>): any;
