export declare class DocProps { _createdAt: string | null; _updatedAt: string | null; _customProperties: { [name: string]: string; }; createdAt(date: string): this; updatedAt(date: string): this; customProperty(name: string, item: string): this; }