export declare function getContent(content?: {}): { log(): void; code(code: any): any; blockId(blockId: any): any; blockIds(blockIds: any): any; uniqueArray(): void; tag(tag: any): any; sortLTH(item: any): any; sortHTL(item: any): any; getCode(): any; getValue(): any; get(): any; all(): any[]; };