export declare namespace GenericDocConstants { enum PostingStatusType { DRAFT = "DRAFT", FINAL = "FINAL" } }