/*! Copyright 2023 the gnablib contributors MPL-1.1 */
export interface IUucodeFile {
    mode: number;
    filename: string;
    bin: Uint8Array;
}
