export declare const Buid: { format: { isBuid: (value: any) => boolean; buid: any; }; getBlockstamp: (block: { number: number; hash: string; }) => string; };