export declare const config: {
    /**
     * Whether to perform access checks
     */
    checkAccess: boolean;
    /**
     * Whether to sync atime updates immediately when reading from a file
     */
    syncOnRead: boolean;
};
