/** * Normalizes a permission mask to the standard rwxrwxrwx bit set. */ export declare function bitmask(mode: number): number;