export type Structure = Record<string, string | null>;
export type Callback = (error?: NodeJS.ErrnoException) => undefined;
